Actions
Bug #10253
closedClean-up and add build information in META-INF
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
All jar contains a META-INF/ directory with meta information (really) about the jar.
Maven add a ton of crap in it, like the pom.xml file (we don't want it in the distributed jar!) and other crap. It could one day leak sensitive information for private packages.
We could also add relevant information, like rudder version, date, build time, etc in the MANIFEST.INF.
Actions