You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ke...@apache.org on 2007/01/06 04:49:56 UTC

svn commit: r493290 - /maven/shared/trunk/pom.xml

Author: kenney
Date: Fri Jan  5 19:49:56 2007
New Revision: 493290

URL: http://svn.apache.org/viewvc?view=rev&rev=493290
Log:
Add maven-ant to the modules

Modified:
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?view=diff&rev=493290&r1=493289&r2=493290
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Fri Jan  5 19:49:56 2007
@@ -27,6 +27,7 @@
     </site>
   </distributionManagement>
   <modules>
+    <module>maven-ant</module>
     <module>maven-archiver</module>
     <module>maven-plugin-tools</module>
     <module>maven-reporting-impl</module>