We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe6b75 commit 7212b01Copy full SHA for 7212b01
ext/microprofile/mp-config/pom.xml
@@ -83,5 +83,27 @@
83
</dependency>
84
85
</dependencies>
86
+ <build>
87
+ <plugins>
88
+ <plugin>
89
+ <groupId>org.apache.felix</groupId>
90
+ <artifactId>maven-bundle-plugin</artifactId>
91
+ <inherited>true</inherited>
92
+ <extensions>true</extensions>
93
+ <configuration>
94
+ <instructions>
95
+ <Export-Package>
96
+ org.glassfish.jersey.microprofile.config.*;version=${project.version}
97
+ </Export-Package>
98
+ <Import-Package>
99
+ org.eclipse.microprofile.config.*;version="!",
100
+ *
101
+ </Import-Package>
102
+ </instructions>
103
+ <unpackBundle>true</unpackBundle>
104
+ </configuration>
105
+ </plugin>
106
+ </plugins>
107
+ </build>
108
109
</project>
0 commit comments