You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/07/22 12:58:43 UTC

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

Author: ltheussl
Date: Fri Jul 22 10:58:42 2011
New Revision: 1149565

URL: http://svn.apache.org/viewvc?rev=1149565&view=rev
Log:
ITs passed for me locally, let's see what Jenkins says

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1149565&r1=1149564&r2=1149565&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Fri Jul 22 10:58:42 2011
@@ -44,7 +44,7 @@ under the License.
     <!-- HACK: Deliberately put before other plugins that employ maven-antrun-plugin to workaround MNG-1323 -->
     <module>maven-eclipse-plugin</module>
 
-    <!-- Excluded due to ongoing failures <module>maven-assembly-plugin</module> -->
+    <module>maven-assembly-plugin</module>
     <module>maven-changelog-plugin</module>
     <module>maven-changes-plugin</module>
     <module>maven-checkstyle-plugin</module>
@@ -89,11 +89,11 @@ under the License.
 
   <profiles>
     <profile>
-      <id>maven-3</id> 
+      <id>maven-3</id>
       <activation>
         <file>
-          <!--  This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) --> 
-          <exists>${basedir}</exists> 
+          <!--  This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
+          <exists>${basedir}</exists>
         </file>
       </activation>
       <modules>
@@ -101,6 +101,6 @@ under the License.
         <module>maven-project-info-reports-plugin</module>
         <module>maven-remote-resources-plugin</module>
       </modules>
-    </profile> 
+    </profile>
   </profiles>
 </project>