You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2012/11/07 15:59:33 UTC

Can assembly descriptors be resolved from the reactor?


Re: Can assembly descriptors be resolved from the reactor?

Posted by Jörg Schaible <Jo...@scalaris.com>.
Benson Margulies wrote:

http://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-
descriptors.html

However, personally never tried.

- Jörg


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


Re: Can assembly descriptors be resolved from the reactor?

Posted by Curtis Rueden <ct...@wisc.edu>.
Hi Benson,

> Can assembly descriptors be resolved from the reactor?

Well, you can put a relative path outside your subproject structure. E.g.:

 <configuration>
<descriptors>
<descriptor>../assembly/application.xml</descriptor>
 </descriptors>
</configuration>

Is that good enough?

Regards,
Curtis