]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Make bundles deployable
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 31 Mar 2009 10:43:42 +0000 (10:43 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 31 Mar 2009 10:43:42 +0000 (10:43 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2306 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/org.argeo.slc.siteserver/bundles/pom.xml

index 4a63e288f9c10ec3d2be9bca51e1466ccdc15aca..444cffb0c92d3c78613ad943afafad22e6853211 100644 (file)
@@ -42,6 +42,7 @@
                                </configuration>
                                <executions>
                                        <execution>
+                                               <id>bundles-install</id>
                                                <phase>install</phase>
                                                <goals>
                                                        <goal>run</goal>
@@ -53,6 +54,7 @@
                                                </configuration>
                                        </execution>
                                        <execution>
+                                               <id>bundles-deploy</id>
                                                <phase>deploy</phase>
                                                <goals>
                                                        <goal>run</goal>