What is the exact use case? If you want to do something only when releasing,
you can create a profile with a predefined name (release-profile I think,
check the new m2 book to be sure) that gets activated upon release.
regards,
Wim
2006/5/2, Darren Hartford <[EMAIL PROTECTED]>:
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]