Index: C:/ApacheJDO/trunk/tck20/maven.xml =================================================================== --- C:/ApacheJDO/trunk/tck20/maven.xml (revision 279926) +++ C:/ApacheJDO/trunk/tck20/maven.xml (working copy) @@ -41,7 +41,8 @@ Options for this project are: -Djdo.tck.cfglist=xxx - a list of configuration files (must be in test/conf) -Djdo.tck.dblist=xxx - a list of databases - -Djdo.tck.identitytypes=xxx - a list of identity types (applicationidentity, datastoreidentity) + -Djdo.tck.identitytypes=xxx - a list of identity types (applicationidentity, datastoreidentity) + -Djdo.tck.cleanupaftertest=xxx - true/false. Setting it to false will retain data in database after test. This will allow inspection of data after test is run. Default is true Examples: maven -Djdo.tck.identitytypes=datastoreidentity installSchema @@ -314,6 +315,8 @@ value="${jdo.tck.exclude}"/> + @@ -361,6 +364,8 @@ value="${jdo.tck.exclude}"/> +