You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2008/03/02 13:56:45 UTC

svn commit: r632751 - /jakarta/cactus/trunk/pom.xml

Author: ptahchiev
Date: Sun Mar  2 04:56:44 2008
New Revision: 632751

URL: http://svn.apache.org/viewvc?rev=632751&view=rev
Log:
Removed the execution of the assembly plugin so that the project can be build right now.

Modified:
    jakarta/cactus/trunk/pom.xml

Modified: jakarta/cactus/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev=632751&r1=632750&r2=632751&view=diff
==============================================================================
--- jakarta/cactus/trunk/pom.xml (original)
+++ jakarta/cactus/trunk/pom.xml Sun Mar  2 04:56:44 2008
@@ -330,16 +330,15 @@
 							<descriptor>cactus-bin-assembly.xml</descriptor>
 						</descriptors>
 					</configuration>
-					<executions>
+					<!--executions>
 						<execution>
 						  <id>make-assembly</id>
 							<phase>package</phase>
-							<!--phase>javadoc</phase-->
 							<goals>
 								<goal>single</goal>
 							</goals>
 						</execution>
-					</executions>
+					</executions-->
 				</plugin>
 			</plugins>
 		</pluginManagement>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org