Hello,

I'd like to define **/*.jar as default-value for a mojo parameter (see example).

    /**
     * Pattern to lookup jar files.
     * @parameter expression="${jarLookupPattern}" default-value="**/*.jar"
     * @required
     */
    protected String m_jarLookupPattern;

The problem is that */ is interpreted as the end of the javadoc. Is there a 
nice way to circumvent this problem?

Best regards,
Martin Zeltner

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to