You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/01/27 09:01:34 UTC

svn commit: r1236563 - /karaf/cellar/branches/cellar-2.2.x/pom.xml

Author: jbonofre
Date: Fri Jan 27 08:01:33 2012
New Revision: 1236563

URL: http://svn.apache.org/viewvc?rev=1236563&view=rev
Log:
Re-enable itests and skipTests for the release

Modified:
    karaf/cellar/branches/cellar-2.2.x/pom.xml

Modified: karaf/cellar/branches/cellar-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/pom.xml?rev=1236563&r1=1236562&r2=1236563&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/pom.xml Fri Jan 27 08:01:33 2012
@@ -67,9 +67,7 @@
         <module>webconsole</module>
         <module>assembly</module>
         <module>samples</module>
-	<!-- Exclude the itests only for the release
         <module>itests</module>
-        -->
     </modules>
 
     <scm>
@@ -371,7 +369,7 @@
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>
-                        <arguments>-Prelease,deploy,manual</arguments>
+                        <arguments>-DskipTests -Prelease,deploy,manual</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>