Skip to content

Commit

Permalink
Add patch for jaxb-osgi.jar that fixes imports
Browse files Browse the repository at this point in the history
MANIFEST.MF created by adding <_noimportjava>true</_noimportjava> to
source pom.xml

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Jun 15, 2023
1 parent 7f89320 commit 254e408
Show file tree
Hide file tree
Showing 4 changed files with 881 additions and 1 deletion.
4 changes: 4 additions & 0 deletions appserver/distributions/glassfish/pom.xml
Expand Up @@ -115,6 +115,10 @@
basedir="${patches}/microprofile-jwt-auth-api" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/microprofile-jwt-auth-api.jar"
/>
<jarupdate
basedir="${patches}/jaxb-osgi" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jaxb-osgi.jar"
/>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 254e408

Please sign in to comment.