You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/02/05 14:50:03 UTC

svn commit: r618649 - /maven/plugins/trunk/pom.xml

Author: vsiveton
Date: Tue Feb  5 05:50:03 2008
New Revision: 618649

URL: http://svn.apache.org/viewvc?rev=618649&view=rev
Log:
o added missing modules

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=618649&r1=618648&r2=618649&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Feb  5 05:50:03 2008
@@ -124,9 +124,11 @@
     <module>maven-remote-resources-plugin</module>
     <module>maven-repository-plugin</module>
     <module>maven-resources-plugin</module>
+    <module>maven-shade-plugin</module>
     <module>maven-site-plugin</module>
     <module>maven-source-plugin</module>
     <module>maven-stage-plugin</module>
+    <module>maven-toolchains-plugin</module>
     <module>maven-verifier-plugin</module>
     <module>maven-war-plugin</module>
   </modules>