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 22:30:48 UTC

svn commit: r932579 - /incubator/aries/trunk/web/pom.xml

Author: hughesj
Date: Fri Apr  9 20:30:47 2010
New Revision: 932579

URL: http://svn.apache.org/viewvc?rev=932579&view=rev
Log:
ARIES-173 skip the itests because it breaks the release plugin

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

Modified: incubator/aries/trunk/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/web/pom.xml?rev=932579&r1=932578&r2=932579&view=diff
==============================================================================
--- incubator/aries/trunk/web/pom.xml (original)
+++ incubator/aries/trunk/web/pom.xml Fri Apr  9 20:30:47 2010
@@ -91,4 +91,21 @@
             </dependency>
         </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>
 </project>