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/20 12:07:26 UTC

svn commit: r577665 - /incubator/sling/trunk/component-standard/pom.xml

Author: fmeschbe
Date: Thu Sep 20 03:07:25 2007
New Revision: 577665

URL: http://svn.apache.org/viewvc?rev=577665&view=rev
Log:
Add Maven SCR Plugin to generate the Component descriptors

Modified:
    incubator/sling/trunk/component-standard/pom.xml

Modified: incubator/sling/trunk/component-standard/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/component-standard/pom.xml?rev=577665&r1=577664&r2=577665&view=diff
==============================================================================
--- incubator/sling/trunk/component-standard/pom.xml (original)
+++ incubator/sling/trunk/component-standard/pom.xml Thu Sep 20 03:07:25 2007
@@ -53,6 +53,10 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>maven-jcrocm-plugin</artifactId>
             </plugin>