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 12:46:06 UTC

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

Author: hughesj
Date: Fri Apr  9 10:46:06 2010
New Revision: 932346

URL: http://svn.apache.org/viewvc?rev=932346&view=rev
Log:
ARIES-173 using v2.0 of release plugin in the hope that it fixes a problem

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=932346&r1=932345&r2=932346&view=diff
==============================================================================
--- incubator/aries/trunk/blueprint/pom.xml (original)
+++ incubator/aries/trunk/blueprint/pom.xml Fri Apr  9 10:46:06 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</version>
+                  <configuration>
+                      <useReleaseProfile>false</useReleaseProfile>
+                      <goals>deploy</goals>
+                      <arguments>-Papache-release</arguments>
+                  </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
     <modules>
         <module>blueprint-api</module>
         <module>blueprint-core</module>