> Maven has the <property> element you can put in the 
> maven.xml file, but the only options to specify the 
> properties files are "file", "resource", and "env".  
> That means that I cannot use that to get the remote 
> properties file.

Couldn't you just use Ant's Get task to download the properties to a local
file, then point the <property> element at that file?

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

Reply via email to