You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2013/02/21 10:09:40 UTC

svn commit: r1448556 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: chetanm
Date: Thu Feb 21 09:09:40 2013
New Revision: 1448556

URL: http://svn.apache.org/r1448556
Log:
OAK-647 - Modifying config for maven-bundle-plugin and maven-scr-plugin

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1448556&r1=1448555&r2=1448556&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Feb 21 09:09:40 2013
@@ -86,6 +86,17 @@
           <artifactId>maven-bundle-plugin</artifactId>
           <version>2.3.7</version>
           <extensions>true</extensions>
+          <inherited>true</inherited>
+          <configuration>
+            <obrRepository>NONE</obrRepository>
+            <instructions>
+              <Bundle-Category>oak</Bundle-Category>
+              <Bundle-DocURL>
+                http://jackrabbit.apache.org/oak/
+              </Bundle-DocURL>
+              <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
+            </instructions>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>
@@ -97,6 +108,11 @@
               <goals>
                 <goal>scr</goal>
               </goals>
+              <configuration>
+                <properties>
+                  <service.vendor>The Apache Software Foundation</service.vendor>
+                </properties>
+              </configuration>
             </execution>
           </executions>
         </plugin>