Author: gnodet
Date: Tue Sep 22 09:00:32 2009
New Revision: 817553

URL: http://svn.apache.org/viewvc?rev=817553&view=rev
Log:
Remove the verify goal that cause problems with maven-bundle-plugin

Modified:
    felix/trunk/karaf/pom.xml

Modified: felix/trunk/karaf/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=817553&r1=817552&r2=817553&view=diff
==============================================================================
--- felix/trunk/karaf/pom.xml (original)
+++ felix/trunk/karaf/pom.xml Tue Sep 22 09:00:32 2009
@@ -686,7 +686,7 @@
                     <version>2.0-beta-7</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
-                        <preparationGoals>clean verify 
install</preparationGoals>
+                        <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>
                         <arguments>-Prelease,deploy</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>


Reply via email to