Skip to content

Commit 2ce404f

Browse files
committed
Merge branch 'add-osgi-metadata' of https://github.com/mcculls/plexus-interpolation into mcculls-add-osgi-metadata
2 parents e9e08b8 + 0054e50 commit 2ce404f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<artifactId>plexus-interpolation</artifactId>
1212
<version>1.23-SNAPSHOT</version>
13+
<packaging>bundle</packaging>
1314

1415
<name>Plexus Interpolation API</name>
1516

@@ -34,6 +35,16 @@
3435

3536
<build>
3637
<plugins>
38+
<plugin>
39+
<groupId>org.apache.felix</groupId>
40+
<artifactId>maven-bundle-plugin</artifactId>
41+
<extensions>true</extensions>
42+
<configuration>
43+
<instructions>
44+
<Export-Package>org.codehaus.plexus.*;version="${project.version}"</Export-Package>
45+
</instructions>
46+
</configuration>
47+
</plugin>
3748
<plugin>
3849
<groupId>org.apache.maven.plugins</groupId>
3950
<artifactId>maven-scm-publish-plugin</artifactId>

0 commit comments

Comments
 (0)