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/30 17:36:06 UTC

svn commit: r580739 - /incubator/sling/trunk/component-api/pom.xml

Author: fmeschbe
Date: Sun Sep 30 08:36:05 2007
New Revision: 580739

URL: http://svn.apache.org/viewvc?rev=580739&view=rev
Log:
- Add maven-sling-plugin (automatic installation to running Sling on mvn install)
- Fix doc URL to point to Sling site

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

Modified: incubator/sling/trunk/component-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/component-api/pom.xml?rev=580739&r1=580738&r2=580739&view=diff
==============================================================================
--- incubator/sling/trunk/component-api/pom.xml (original)
+++ incubator/sling/trunk/component-api/pom.xml Sun Sep 30 08:36:05 2007
@@ -61,13 +61,17 @@
                 <artifactId>maven-jcrocm-plugin</artifactId>
             </plugin>
             <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>
                 <configuration>
                     <instructions>
                         <Bundle-DocURL>
-                            http://wiki.apache.org/jackrabbit/ApacheSling/ComponentAPI
+                            http://incubator.apache.org/sling/site/component-api.html
                         </Bundle-DocURL>
                         <Export-Package>
                             org.apache.sling.component