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/21 14:15:51 UTC

svn commit: r578083 - /incubator/sling/trunk/jasper-sling/pom.xml

Author: fmeschbe
Date: Fri Sep 21 05:15:50 2007
New Revision: 578083

URL: http://svn.apache.org/viewvc?rev=578083&view=rev
Log:
Add maven-sling-plugin to pom to automatically install the jasper plugin by the install goal

Modified:
    incubator/sling/trunk/jasper-sling/pom.xml

Modified: incubator/sling/trunk/jasper-sling/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jasper-sling/pom.xml?rev=578083&r1=578082&r2=578083&view=diff
==============================================================================
--- incubator/sling/trunk/jasper-sling/pom.xml (original)
+++ incubator/sling/trunk/jasper-sling/pom.xml Fri Sep 21 05:15:50 2007
@@ -54,6 +54,10 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.sling</groupId>
+                <artifactId>maven-sling-plugin</artifactId>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>