Author: ptahchiev Date: Sat Mar 29 14:44:35 2008 New Revision: 642618 URL: http://svn.apache.org/viewvc?rev=642618&view=rev Log: added new plugin in the top pom.xml
Modified: jakarta/cactus/trunk/cactus-site/pom.xml jakarta/cactus/trunk/pom.xml Modified: jakarta/cactus/trunk/cactus-site/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/pom.xml?rev=642618&r1=642617&r2=642618&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/pom.xml (original) +++ jakarta/cactus/trunk/cactus-site/pom.xml Sat Mar 29 14:44:35 2008 @@ -1,4 +1,3 @@ - <?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: jakarta/cactus/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev=642618&r1=642617&r2=642618&view=diff ============================================================================== --- jakarta/cactus/trunk/pom.xml (original) +++ jakarta/cactus/trunk/pom.xml Sat Mar 29 14:44:35 2008 @@ -402,15 +402,18 @@ <descriptor>cactus-bin-assembly.xml</descriptor> </descriptors> </configuration> - <!--executions> - <execution> - <id>make-assembly</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions--> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.0-beta-7</version> + <configuration> + <!-- This element will be overriden by children --> + <tagBase>https://svn.apache.org/repos/asf/jakarta/cactus/tags/</tagBase> + <useReleaseProfile>false</useReleaseProfile> + <goals>deploy</goals> + <arguments>-Prelease</arguments> + </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> @@ -438,7 +441,7 @@ </executions> </plugin> </plugins> - </build> + </build> <modules> <module>build-tools</module> <module>framework</module> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]