Author: olamy Date: Thu Jan 17 14:08:56 2013 New Revision: 1434675 URL: http://svn.apache.org/viewvc?rev=1434675&view=rev Log: add scm-publish plugin in ASF pom
Modified: maven/pom/trunk/asf/pom.xml Modified: maven/pom/trunk/asf/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1434675&r1=1434674&r2=1434675&view=diff ============================================================================== --- maven/pom/trunk/asf/pom.xml (original) +++ maven/pom/trunk/asf/pom.xml Thu Jan 17 14:08:56 2013 @@ -214,6 +214,11 @@ under the License. </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-publish-plugin</artifactId> + <version>1.0-beta-2</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.2</version> </plugin>