Remove useless preparation goal
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 2 Jul 2010 15:26:52 +0000 (15:26 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 2 Jul 2010 15:26:52 +0000 (15:26 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3637 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index 75a3eba87b44a29cd0a7255687617c26911d163c..489558edb909f790540f2e22407455aa7c32aa99 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -191,8 +191,7 @@ limitations under the License.
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
                                        <releaseProfiles>release</releaseProfiles>
                                        <goals>deploy</goals>
-                                       <preparationGoals>clean argeo-osgi:update-manifests install
-                                       </preparationGoals>
+                                       <preparationGoals>clean install</preparationGoals>
                                </configuration>
                        </plugin>
                        <plugin>