You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2009/02/26 04:58:36 UTC

svn commit: r747998 - /maven/components/trunk/pom.xml

Author: jvanzyl
Date: Thu Feb 26 03:58:35 2009
New Revision: 747998

URL: http://svn.apache.org/viewvc?rev=747998&view=rev
Log:
o add the maven-repository module

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=747998&r1=747997&r2=747998&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Feb 26 03:58:35 2009
@@ -244,6 +244,7 @@
     <module>maven-embedder</module>
     <module>maven-toolchain</module>
     <module>maven-compat</module>
+    <module>maven-repository</module>
   </modules>
   <!--start-->
   <dependencies>