You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/05/28 18:05:13 UTC

svn commit: r1343306 - /cocoon/trunk/parent/pom.xml

Author: ilgrosso
Date: Mon May 28 16:05:13 2012
New Revision: 1343306

URL: http://svn.apache.org/viewvc?rev=1343306&view=rev
Log:
Assembly generation disabled: parent POM only

Modified:
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=1343306&r1=1343305&r2=1343306&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Mon May 28 16:05:13 2012
@@ -3100,7 +3100,8 @@
           <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/${project.artifactId}</tagBase>
         </configuration>
       </plugin>
-      <plugin>
+      <!-- Assembly generation disabled: parent POM only -->
+<!--      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.3</version>
         <configuration>
@@ -3108,7 +3109,7 @@
           <outputDirectory>target</outputDirectory>
           <workDirectory>target/assembly</workDirectory>
         </configuration>
-      </plugin>
+      </plugin>-->
       <plugin>
         <artifactId>maven-enforcer-plugin</artifactId>
         <version>1.0.1</version>
@@ -3116,7 +3117,7 @@
           <execution>
             <id>enforce-maven</id>
             <goals>
-              <goal>enforce-once</goal>
+              <goal>enforce</goal>
             </goals>
             <configuration>
               <rules>