Author: ptahchiev Date: Fri Feb 29 01:54:05 2008 New Revision: 632276 URL: http://svn.apache.org/viewvc?rev=632276&view=rev Log: changed the assembly goal that was bound in the parent pom.xml, and caused the fork of the build process.
Modified: jakarta/cactus/trunk/pom.xml Modified: jakarta/cactus/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev=632276&r1=632275&r2=632276&view=diff ============================================================================== --- jakarta/cactus/trunk/pom.xml (original) +++ jakarta/cactus/trunk/pom.xml Fri Feb 29 01:54:05 2008 @@ -193,6 +193,7 @@ </exclusions> </dependency> </dependencies> + </dependencyManagement> <distributionManagement> @@ -300,6 +301,15 @@ <version>2.3</version> </plugin> <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <version>2.0-beta-5</version> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> @@ -313,6 +323,7 @@ </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>2.2-beta-1</version> <configuration> <descriptors> <descriptor>cactus-src-assembly.xml</descriptor> @@ -324,7 +335,7 @@ <phase>install</phase> <!--phase>javadoc</phase--> <goals> - <goal>assembly</goal> + <goal>single</goal> </goals> </execution> </executions> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]