MANIFEST.MF

From NovaOrdis Knowledge Base
Revision as of 22:42, 10 March 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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:

WildFly Modules "Dependencies:"
WildFly Modules "Class-Path:"

The configuration can be generated with Maven, for more details see:

https://docs.jboss.org/author/display/AS71/Developer+Guide#DeveloperGuide-MANIFEST.MFfile