You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2007/09/14 20:36:19 UTC

svn commit: r575771 - /incubator/sling/trunk/parent/pom.xml

Author: fmeschbe
Date: Fri Sep 14 11:34:42 2007
New Revision: 575771

URL: http://svn.apache.org/viewvc?rev=575771&view=rev
Log:
SLING-10 Implement support to install bundles into a locally running Sling instance
Enable the new install goal by default in the parent pom. Child poms just need to declare the plugin

Modified:
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=575771&r1=575770&r2=575771&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Fri Sep 14 11:34:42 2007
@@ -154,6 +154,14 @@
                     <groupId>org.apache.sling</groupId>
                     <artifactId>maven-sling-plugin</artifactId>
                     <version>2.0.0-incubator-SNAPSHOT</version>
+                    <executions>
+                        <execution>
+                            <id>install-bundle</id>
+                            <goals>
+                                <goal>install</goal>
+                            </goals>
+                        </execution>
+                    </executions>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.sling</groupId>