Hey all,
I'm hoping this is possible - can you have profiles where the activation
trigger is based on if the version is a SNAPSHOT version or not?
i.e.
=================
<profile>
<id>dev-profile</id>
<activation>
<property>
<name>version</name>
<value>*-SNAPSHOT</value>
</property>
</activation>
...
================
Or, something similar - thanks!
-D
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]