You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christophe Grosjean <Ch...@arhs-developments.com> on 2006/02/01 08:38:23 UTC

[ANN] first release of Explosion plugin for Maven 1.X

http://maven-explosion.sourceforge.net/

 

"This Maven 1.x plugin (work in progress for Maven 2.x) allows to
process an artifact (and its contained artifacts) into an exploded
directory structure. 

The idea of this plugin is to let Maven normally build the artifacts
(JARs, WARs and the EAR file) and then 'post processes' the main
artifact (EAR, WAR or JAR) and explodes it. The process may be
recursive, allowing exploding any other artifact contained in a
previously exploded one. "

The plugin was tested with Maven 1.1-beta2.

Christophe