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 21:54:57 UTC

svn commit: r932562 - /incubator/aries/trunk/transaction/pom.xml

Author: hughesj
Date: Fri Apr  9 19:54:57 2010
New Revision: 932562

URL: http://svn.apache.org/viewvc?rev=932562&view=rev
Log:
skip the itests as they are causing the release plugin to fail

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

Modified: incubator/aries/trunk/transaction/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/pom.xml?rev=932562&r1=932561&r2=932562&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/pom.xml (original)
+++ incubator/aries/trunk/transaction/pom.xml Fri Apr  9 19:54:57 2010
@@ -119,6 +119,23 @@
         </dependencies>
     </dependencyManagement>
 
+    <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 -DskipTests=true</arguments>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
     <modules>
         <module>transaction-manager</module>
         <module>transaction-blueprint</module>