> module1's output is two jar files, one the standard output, and the
> other the extra one defined with includes/excludes using the
> maven-jar-plugin and a classifier.

The extra one needs to be attached to your project with
build-helper-m-p and installed and deployed alongside the standard
output.

> What I want to do is include this attachment inside the module2
> war artifact, under that XXX folder. The WebRoot folder is defined to
> be the staging area for the war artifact.

You should use m-dependency-p:copy to put the extra one in WebRoot.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to