You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by gr...@apache.org on 2008/04/18 19:39:16 UTC

svn commit: r649622 - /shale/maven/trunk/master-pom/pom.xml

Author: greddin
Date: Fri Apr 18 10:39:15 2008
New Revision: 649622

URL: http://svn.apache.org/viewvc?rev=649622&view=rev
Log:
SHALE-487 

Used <pluginManagement> to turn off site deployment in the release plugin.

Modified:
    shale/maven/trunk/master-pom/pom.xml

Modified: shale/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/shale/maven/trunk/master-pom/pom.xml?rev=649622&r1=649621&r2=649622&view=diff
==============================================================================
--- shale/maven/trunk/master-pom/pom.xml (original)
+++ shale/maven/trunk/master-pom/pom.xml Fri Apr 18 10:39:15 2008
@@ -289,4 +289,19 @@
         </site>
     </distributionManagement>
 
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin> 
+                    <groupId>org.apache.maven.plugins</groupId> 
+                    <artifactId>maven-release-plugin</artifactId> 
+                    <version>2.0-beta-7</version> 
+                    <configuration> 
+                        <goals>deploy</goals> 
+                    </configuration> 
+                </plugin> 
+            </plugins>
+        </pluginManagement>
+    </build>
+    
 </project>