> I think what you are suggesting is rather then have a parent module to have
> another module at the same level as the jar/wars and list them as actual
> dependencies?

Yes. The parent will be merely a "pom" project with no assembly plugin
declared, and then you'll have another module under it that is simply
your assembly project which lists the other modules as dependencies.

You can read more about assemblies in the Sonatype book "Maven the
definitive guide" free online, especially section 8.6.2:
http://www.sonatype.com/books/mvnref-book/reference/assemblies.html

Wayne

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

Reply via email to