MANIFEST.MF: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
: | : | ||
:[[WildFly Modules#Class-Path:_Manifest_Entries|WildFly Modules "<tt>Class-Path:</tt>"]] | :[[WildFly Modules#Class-Path:_Manifest_Entries|WildFly Modules "<tt>Class-Path:</tt>"]] | ||
</blockquote> | |||
The configuration can be generated with Maven, for more details see: | |||
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | |||
:https://docs.jboss.org/author/display/AS71/Developer+Guide#DeveloperGuide-MANIFEST.MFfile<br> | |||
</blockquote> | </blockquote> |
Revision as of 22:42, 10 March 2016
Overview
If you modify the MANIFEST.MF file, make sure to include a newline character at the end of the file.
MANIFEST.MF and WildFly
WildFly module dependencies can be added in the JAR's MANIFEST.MF file as follows:
Manifest-Version: 1.0 Dependencies: org.jboss.logmanager Class-Path: OrderManagerEJB.jar
For more details on WildFly modules see:
The configuration can be generated with Maven, for more details see: