Hi All,

I'm trying to inject an environment variable as the default value for a
plugin parameter:

        /**
         * @parameter expression="${directory}" default-value="${env.DIRECTORY}"
         * @required
         */
        private String directory;

I keep getting a null, even though DIRECTORY is set. Is it possible to do
what I'm trying to do?

Regards
Gareth
-- 
View this message in context: 
http://www.nabble.com/Environment-variable-plugin-parameter-default-tf2070895.html#a5701352
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to