You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by dw...@apache.org on 2010/05/25 18:39:17 UTC

svn commit: r948096 - /incubator/bval/trunk/pom.xml

Author: dwoods
Date: Tue May 25 16:39:17 2010
New Revision: 948096

URL: http://svn.apache.org/viewvc?rev=948096&view=rev
Log:
BVAL-58 update config for release-plugin

Modified:
    incubator/bval/trunk/pom.xml

Modified: incubator/bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/pom.xml?rev=948096&r1=948095&r2=948096&view=diff
==============================================================================
--- incubator/bval/trunk/pom.xml (original)
+++ incubator/bval/trunk/pom.xml Tue May 25 16:39:17 2010
@@ -413,6 +413,17 @@
                         </dependency>
                     </dependencies>
                 </plugin>
+                <!-- inherited from apache-7.pom, but need config updates -->
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <useReleaseProfile>false</useReleaseProfile>
+                        <goals>deploy site site-deploy</goals>
+                        <arguments>-Papache-release -DskipTests=true</arguments>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>