Powered by:
SourceForge.net Built by Maven
Sponsored by:
AlphaCSP

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):

  1. The common java jar which is the API of the module
  2. The ejb jar backend runtime
  3. The web resources zip which is the struts module for war
  4. 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