We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367d98c commit 2ecf4f8Copy full SHA for 2ecf4f8
modules/core-module/pom.xml
@@ -21,6 +21,26 @@
21
<automaticModuleName>org.simplejavamail.core</automaticModuleName>
22
</properties>
23
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
+
44
<dependencies>
45
46
<!-- core dependencies -->
0 commit comments