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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to