If I want to activate a profile using specified jdk version, I use. for
example:
<profile>
            <id>JDK-1.5</id>
            <activation>
                <jdk>1.5</jdk>
            </activation>
</profiles>

but how can it be activated for 1.5, or better. 
This is provided by the version tag in another context, I thing it would be
better if we can specified the version tag, like this, for example:

<activation>
      <jdk>
           <version>[1.5,)</version>
       </jdk>
</activation>

or 

<activation>
      <jdk>[1.5,)</jdk>
</activation>


ccadete





-- 
View this message in context: 
http://www.nabble.com/Profile-Activation-Feature-tf2133948.html#a5889297
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to