Separating maven-archiver from the main build, to separate the release cycle...maven-archiver will be released slightly later than the main app.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@354910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-12-07 23:46:56 +00:00
parent f82cc68b62
commit 118497e008
1 changed files with 3 additions and 0 deletions

View File

@ -166,7 +166,10 @@
</pluginManagement> </pluginManagement>
</build> </build>
<modules> <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-archiver</module>
-->
<module>maven-artifact</module> <module>maven-artifact</module>
<module>maven-artifact-manager</module> <module>maven-artifact-manager</module>
<module>maven-artifact-test</module> <module>maven-artifact-test</module>