Author: jdcasey Date: Wed Dec 7 15:46:56 2005 New Revision: 354910 URL: http://svn.apache.org/viewcvs?rev=354910&view=rev Log: Separating maven-archiver from the main build, to separate the release cycle...maven-archiver will be released slightly later than the main app.
Modified: maven/components/trunk/pom.xml Modified: maven/components/trunk/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=354910&r1=354909&r2=354910&view=diff ============================================================================== --- maven/components/trunk/pom.xml (original) +++ maven/components/trunk/pom.xml Wed Dec 7 15:46:56 2005 @@ -166,7 +166,10 @@ </pluginManagement> </build> <modules> + <!-- Commenting this out, since it's going to be released slightly afterward. + | It's on a different release cycle now. <module>maven-archiver</module> + --> <module>maven-artifact</module> <module>maven-artifact-manager</module> <module>maven-artifact-test</module>