Introduction
Multijar is aplugin that generates multiple artifacts for one POM.
All artifacts metadata are then written in an extra deployment.xml file that can be read by other
POM dependent on it.
For example: It enabled us to have one POM describing a struts module using EJB.
The plugin is configured to generate for this single module (single POM):
- The common java jar which is the API of the module
- The ejb jar backend runtime
- The web resources zip which is the struts module for war
- The SQL resources zip which contains all DDL and SQL scripts
Goals Overview
This plugin has the following goal:
How To Use
Instructions on how to use the Plugin will be added in the future.
Examples
Below you can find a list of Examples:
-
Will be added in the future