mirror of https://github.com/jwtk/jjwt.git
Reenable using the manifest from maven-bundle-plugin run (#503)
* Reenable using the manifest from maven-bundle-plugin run * Also enable manifest changes again * Remove import tweaks. Add optional bnd.bnd config
This commit is contained in:
parent
c246385be1
commit
b5958202c0
10
pom.xml
10
pom.xml
|
@ -310,7 +310,6 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>${maven.jar.version}</version>
|
||||
<!--
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
|
@ -322,7 +321,6 @@
|
|||
</manifestFile>
|
||||
</archive>
|
||||
</configuration>
|
||||
-->
|
||||
</plugin>
|
||||
<!-- Allow for writing tests in Groovy: -->
|
||||
<plugin>
|
||||
|
@ -445,13 +443,7 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Import-Package><![CDATA[
|
||||
android.util;resolution:=optional,
|
||||
org.bouncycastle.jce;resolution:=optional,
|
||||
org.bouncycastle.jce.spec;resolution:=optional,
|
||||
*
|
||||
]]>
|
||||
</Import-Package>
|
||||
<_include>-bnd.bnd</_include>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue