Hello Everyone,

I need to put some information in the MANIFEST based on an environment
variable, but when the environment variable is missing I want to set a
default value.  Is there any way to do that???
...
          <archive>
            <manifestEntries>
              <revision>${env.ABS_BUILD}</revision>  ???  I want to put
"NOREV" if env var not defined ????
              ...
            </manifestEntries>
          </archive>
...

Thanks

Sonia
-- 
View this message in context: 
http://www.nabble.com/Default-value-when-info-is-missing---for-Manifest-tp20035071p20035071.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to