Skip to content

Commit 2ecf4f8

Browse files
author
Tino Ojala
committed
bbottema#288. Fix core-module osgi headers
1 parent 367d98c commit 2ecf4f8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: modules/core-module/pom.xml

+20
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@
2121
<automaticModuleName>org.simplejavamail.core</automaticModuleName>
2222
</properties>
2323

24+
<build>
25+
<plugins>
26+
<plugin>
27+
<groupId>org.apache.felix</groupId>
28+
<artifactId>maven-bundle-plugin</artifactId>
29+
<configuration>
30+
<instructions>
31+
<Export-Package>
32+
org.simplejavamail.*
33+
</Export-Package>
34+
<Import-Package>
35+
!org.jacoco.*,
36+
*
37+
</Import-Package>
38+
</instructions>
39+
</configuration>
40+
</plugin>
41+
</plugins>
42+
</build>
43+
2444
<dependencies>
2545

2646
<!-- core dependencies -->

0 commit comments

Comments
 (0)