Anyone know the answer to the following question?
http://www.nabble.com/Is-it-possible-to-have-application-specific-properties-in-settings.xml--tf3363611s177.html#a9357756
If it's not possible to have application-specific settings, that's a
big flaw in Maven's settings IMO. If I have the following in
~/.m2/settings.xml, I have to comment it out everytime I want to build
AppFuse.
<profiles>
<profile>
<id>mycurrentproject</id>
<activation><activeByDefault>true</activeByDefault>
</activation>
<properties>
<jdbc.url><![CDATA[jdbc:jtds:sqlserver://myxpbox:1433/databasename]]></jdbc.url>
</properties>
</profile>
</profiles>
Thanks,
Matt
--
http://raibledesigns.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]