You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Cristiano <cv...@gmail.com> on 2018/08/27 12:39:46 UTC

Maven assembly Plugin - Shared Assembly Descriptor interpolation ?

Hello,

Can I use variables in a assembly xml that is inside a shared descriptor 
project?

inside my assembly file I have put this:

>     <fileSets>
>         <fileSet>
>             <directory>${my.cacheDirectory}/plugins
>             </directory>
> <outputDirectory>bundles</outputDirectory>
>         </fileSet>
>     </fileSets>

But I'm getting a failure on the build goal because the directory is not 
found.

Am I missing something?

thanks,

Cristiano


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