Index: tck20/maven.xml =================================================================== --- tck20/maven.xml (Revision 397908) +++ tck20/maven.xml (Arbeitskopie) @@ -760,6 +760,15 @@ + + + + + + + + + Copying build.properties, RunRules.html, assertions, and iut_jars to ${maven.dist.src.archive.dir}/${maven.final.name} @@ -796,4 +805,8 @@ + + + + Index: project.properties =================================================================== --- project.properties (Revision 397908) +++ project.properties (Arbeitskopie) @@ -36,3 +36,6 @@ tck20.projects=api20/project.xml,core20/project.xml,enhancer20/project.xml,tck20/project.xml fostore20.projects=api20/project.xml,core20/project.xml,runtime20/project.xml,query20/project.xml,btree/project.xml,fostore20/project.xml,enhancer20/project.xml +# release properties +jdo.releases.dir = ${basedir.substring(0, basedir.lastIndexOf('jdo'))}jdo/releases +jdo.releases.dist.dir = ${jdo.releases.dir}/${pom.currentVersion}/dist Index: maven.xml =================================================================== --- maven.xml (Revision 397908) +++ maven.xml (Arbeitskopie) @@ -36,6 +36,7 @@ tck20.build - builds tck20 and dependent JDO2 projects tck20.default - calls the default goal for tck20 and dependent JDO2 projects tck20.clean - cleans tck20 and dependent JDO2 projects + tck20.dist - creates distributions of tck20 and dependent JDO2 projects fostore20.clean - cleans fostore20 and dependencies fostore20.build - builds fostore20 and dependencies fostore20.default - calls the default goal for fostore20 and dependencies @@ -110,6 +111,13 @@ + + ${tck20.projects} + dist + + + ${fostore20.projects} @@ -158,6 +166,10 @@ + + + + Copying top-level project.xml, project.properties, and README.txt to ${maven.dist.src.archive.dir} @@ -171,4 +183,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +