You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/02/19 17:00:34 UTC

svn commit: r629136 - /commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Tue Feb 19 08:00:31 2008
New Revision: 629136

URL: http://svn.apache.org/viewvc?rev=629136&view=rev
Log:
Upgrade to version 1.2.1 of thr maven bundle plugin and add a "nouses" configuration

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=629136&r1=629135&r2=629136&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Feb 19 08:00:31 2008
@@ -191,7 +191,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>1.2.0</version>
+          <version>1.2.1</version>
           <inherited>true</inherited>
         </plugin>
       </plugins>
@@ -226,6 +226,8 @@
         <configuration>
           <excludeDependencies>true</excludeDependencies>
           <instructions>
+            <!-- stops the "uses" clauses being added to "Export-Package" manifest entry -->
+            <_nouses>true</_nouses>
             <Bundle-SymbolicName>${commons.osgibundle}</Bundle-SymbolicName>
             <Export-Package>org.apache.commons.*;version=${pom.version}</Export-Package>
           </instructions>