trygvis 2005/04/05 01:43:47
Modified: . pom.xml
Log:
o Adding some modules.
Revision Changes Path
1.25 +7 -0 maven-components/pom.xml
Index: pom.xml
===================================================================
RCS file: /home/cvs/maven-components/pom.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- pom.xml 5 Apr 2005 04:11:02 -0000 1.24
+++ pom.xml 5 Apr 2005 08:43:47 -0000 1.25
@@ -82,4 +82,11 @@
<url>scp://repo1.maven.org/home/projects/maven/repository/ibiblio-v2</url>
</repository>
</distributionManagement>
+ <modules>
+ <module>maven-artifact</module>
+ <module>maven-model</module>
+ <module>maven-monitor</module>
+ <module>maven-core</module>
+ <module>maven-settings</module>
+ </modules>
</project>