You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/06/28 17:19:36 UTC

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

Author: bentmann
Date: Sun Jun 28 15:19:36 2009
New Revision: 789109

URL: http://svn.apache.org/viewvc?rev=789109&view=rev
Log:
o Excluded maven-assembly-plugin from CI until it gets fixed

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=789109&r1=789108&r2=789109&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sun Jun 28 15:19:36 2009
@@ -117,7 +117,9 @@
     <!-- HACK: Deliberately put before other plugins that employ maven-antrun-plugin to workaround MNG-1323 -->
     <module>maven-eclipse-plugin</module>
 
+    <!-- Excluded from CI due to unresolved failures
     <module>maven-assembly-plugin</module>
+    -->
     <module>maven-changelog-plugin</module>
     <module>maven-changes-plugin</module>
     <module>maven-checkstyle-plugin</module>