Skip to content

Commit 740bcf1

Browse files
author
Niall Pemberton
committed
Upgrade to version 1.2.1 of thr maven bundle plugin and add a "nouses" configuration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk@629136 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2091c0f commit 740bcf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<plugin>
192192
<groupId>org.apache.felix</groupId>
193193
<artifactId>maven-bundle-plugin</artifactId>
194-
<version>1.2.0</version>
194+
<version>1.2.1</version>
195195
<inherited>true</inherited>
196196
</plugin>
197197
</plugins>
@@ -226,6 +226,8 @@
226226
<configuration>
227227
<excludeDependencies>true</excludeDependencies>
228228
<instructions>
229+
<!-- stops the "uses" clauses being added to "Export-Package" manifest entry -->
230+
<_nouses>true</_nouses>
229231
<Bundle-SymbolicName>${commons.osgibundle}</Bundle-SymbolicName>
230232
<Export-Package>org.apache.commons.*;version=${pom.version}</Export-Package>
231233
</instructions>

0 commit comments

Comments
 (0)