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 23:23:25 UTC

svn commit: r932620 - /incubator/aries/trunk/jpa/pom.xml

Author: hughesj
Date: Fri Apr  9 21:23:25 2010
New Revision: 932620

URL: http://svn.apache.org/viewvc?rev=932620&view=rev
Log:
skip tests when using release plugin as running itests breaks the release plugin

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

Modified: incubator/aries/trunk/jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jpa/pom.xml?rev=932620&r1=932619&r2=932620&view=diff
==============================================================================
--- incubator/aries/trunk/jpa/pom.xml (original)
+++ incubator/aries/trunk/jpa/pom.xml Fri Apr  9 21:23:25 2010
@@ -165,6 +165,23 @@
         <module>jpa-blueprint-testbundle</module>
     </modules>
 
+    <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>
+
     <profiles>
         <profile>
             <id>eclipselink</id>