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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]