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?
:)
That is a possibility. The problem is that hacking the maven.xml file for a group of projects can be a bit messy. The best solution would be a plugin.
Anyhoo, I will start with that.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
