Skip to content

Commit

Permalink
Generate META-INF/MANIFEST.MF in the roaster-jdt JAR (#347)
Browse files Browse the repository at this point in the history
- Configure Maven Shade Plugin to include resources in the manifest.
  • Loading branch information
gastaldi authored Dec 13, 2024
1 parent f9765bf commit 5d4a049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down

0 comments on commit 5d4a049

Please sign in to comment.