see http://jira.codehaus.org/browse/MSUREFIRE-79

Which style to use for the System-Properties?

I have a lot of properties like:

<cargo.resin3x.url>http://www.caucho.com/download/resin-3.0.18.zip</carg
o.resin3x.url>

Must i convert them al to the more complex form to be compatible with
maven 2.0.4+ 
(old style does not work anymore)

<property>
        <name>cargo.resin3x.url</name>
        <value>http://www.caucho.com/download/resin-3.0.18.zip</value>
</property>
                                

Thanks
Jens Zastrow
              


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

Reply via email to