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/21 13:06:31 UTC

svn commit: r936255 - in /incubator/aries/branches/0.1-incubating-RCx: application/ application/application-itests/ blueprint/ blueprint/blueprint-itests/ jmx/ jmx/jmx-itests/ jpa/ jpa/jpa-container-itest/ transaction/ transaction/transaction-itests/ w...

Author: hughesj
Date: Wed Apr 21 11:06:31 2010
New Revision: 936255

URL: http://svn.apache.org/viewvc?rev=936255&view=rev
Log:
ARIES-295 Running itests during mvn release:prepare has been problematic. This commit ensures they are skipped just for the itest modules and just while the release plugin is being used.

Modified:
    incubator/aries/branches/0.1-incubating-RCx/application/application-itests/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/application/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/blueprint/blueprint-itests/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/jmx/jmx-itests/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/jmx/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/jpa/jpa-container-itest/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/jpa/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/transaction/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-itests/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/web/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml

Modified: incubator/aries/branches/0.1-incubating-RCx/application/application-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/application/application-itests/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/application/application-itests/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/application/application-itests/pom.xml Wed Apr 21 11:06:31 2010
@@ -139,6 +139,17 @@
     </dependencies>
 
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <arguments>-Papache-release -DskipTests=true</arguments>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
         <plugins>
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>

Modified: incubator/aries/branches/0.1-incubating-RCx/application/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/application/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/application/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/application/pom.xml Wed Apr 21 11:06:31 2010
@@ -164,21 +164,4 @@
         <module>application-install</module>
         <module>application-bundle</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>
 </project>

Modified: incubator/aries/branches/0.1-incubating-RCx/blueprint/blueprint-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/blueprint/blueprint-itests/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/blueprint/blueprint-itests/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/blueprint/blueprint-itests/pom.xml Wed Apr 21 11:06:31 2010
@@ -135,6 +135,18 @@
     </dependencies>
 
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <arguments>-Papache-release -DskipTests=true</arguments>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Modified: incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml Wed Apr 21 11:06:31 2010
@@ -126,23 +126,6 @@
         </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 -DskipTests=true</arguments>
-          </configuration>
-        </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
     <modules>
         <module>blueprint-api</module>
         <module>blueprint-core</module>

Modified: incubator/aries/branches/0.1-incubating-RCx/jmx/jmx-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/jmx/jmx-itests/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/jmx/jmx-itests/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/jmx/jmx-itests/pom.xml Wed Apr 21 11:06:31 2010
@@ -114,6 +114,17 @@
     </dependencies>
 
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <arguments>-Papache-release -DskipTests=true</arguments>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
         <plugins>
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>

Modified: incubator/aries/branches/0.1-incubating-RCx/jmx/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/jmx/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/jmx/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/jmx/pom.xml Wed Apr 21 11:06:31 2010
@@ -121,23 +121,6 @@
         </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 -DskipTests=true</arguments>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
     <modules>
         <module>jmx-api</module>
         <module>jmx-blueprint-api</module>

Modified: incubator/aries/branches/0.1-incubating-RCx/jpa/jpa-container-itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/jpa/jpa-container-itest/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/jpa/jpa-container-itest/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/jpa/jpa-container-itest/pom.xml Wed Apr 21 11:06:31 2010
@@ -183,6 +183,17 @@
     </dependencies>
 
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <arguments>-Papache-release -DskipTests=true</arguments>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
         <plugins>
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>

Modified: incubator/aries/branches/0.1-incubating-RCx/jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/jpa/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/jpa/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/jpa/pom.xml Wed Apr 21 11:06:31 2010
@@ -164,23 +164,6 @@
         <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>

Modified: incubator/aries/branches/0.1-incubating-RCx/transaction/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/transaction/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/transaction/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/transaction/pom.xml Wed Apr 21 11:06:31 2010
@@ -119,23 +119,6 @@
         </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>

Modified: incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-itests/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-itests/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-itests/pom.xml Wed Apr 21 11:06:31 2010
@@ -114,6 +114,17 @@
       </dependency>
     </dependencies>
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <arguments>-Papache-release -DskipTests=true</arguments>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>

Modified: incubator/aries/branches/0.1-incubating-RCx/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/web/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/web/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/web/pom.xml Wed Apr 21 11:06:31 2010
@@ -90,21 +90,4 @@
             </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>

Modified: incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml?rev=936255&r1=936254&r2=936255&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml Wed Apr 21 11:06:31 2010
@@ -113,6 +113,17 @@
     </dependencies>
 
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <arguments>-Papache-release -DskipTests=true</arguments>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
         <plugins>
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>