]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/org.argeo.slc.siteserver/bundles/pom.xml
Make bundles deployable
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / bundles / pom.xml
index 486663ecbea31c401680570ba8525189c67dab41..4a63e288f9c10ec3d2be9bca51e1466ccdc15aca 100644 (file)
@@ -35,9 +35,6 @@
                                <artifactId>maven-invoker-plugin</artifactId>
                                <version>1.3</version>
                                <configuration>
-                                       <goals>
-                                               <goal>install</goal>
-                                       </goals>
                                        <projectsDirectory>target/bundles</projectsDirectory>
                                        <pomIncludes>
                                                <pomInclude>pom.xml</pomInclude>
                                </configuration>
                                <executions>
                                        <execution>
-                                               <phase>package</phase>
+                                               <phase>install</phase>
+                                               <goals>
+                                                       <goal>run</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <goals>
+                                                               <goal>install</goal>
+                                                       </goals>
+                                               </configuration>
+                                       </execution>
+                                       <execution>
+                                               <phase>deploy</phase>
                                                <goals>
                                                        <goal>run</goal>
                                                </goals>
+                                               <configuration>
+                                                       <goals>
+                                                               <goal>deploy</goal>
+                                                       </goals>
+                                               </configuration>
                                        </execution>
                                </executions>
                        </plugin>