You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2010/04/09 16:09:19 UTC

svn commit: r932424 - /incubator/aries/trunk/blueprint/pom.xml

Author: hughesj
Date: Fri Apr  9 14:09:19 2010
New Revision: 932424

URL: http://svn.apache.org/viewvc?rev=932424&view=rev
Log:
ARIES-173: override release plugin config for blueprint as the itests call release plugin to break

Modified:
    incubator/aries/trunk/blueprint/pom.xml

Modified: incubator/aries/trunk/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/blueprint/pom.xml?rev=932424&r1=932423&r2=932424&view=diff
==============================================================================
--- incubator/aries/trunk/blueprint/pom.xml (original)
+++ incubator/aries/trunk/blueprint/pom.xml Fri Apr  9 14:09:19 2010
@@ -126,6 +126,23 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <pluginManagement>
+            <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-9</version>
+          <configuration>
+            <useReleaseProfile>false</useReleaseProfile>
+            <goals>deploy</goals>
+            <arguments>-Papache-release -DskipTests=true</arguments>
+          </configuration>
+        </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
     <modules>
         <module>blueprint-api</module>
         <module>blueprint-core</module>