You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ccadete <ca...@gmail.com> on 2006/08/20 01:26:25 UTC

Profile Activation Feature

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Profile Activation Feature

Posted by Jochen Wiedmann <jo...@gmail.com>.
ccadete wrote:

> but how can it be activated for 1.5, or better. 

Vote for

   http://jira.codehaus.org/browse/MNG-1910

Relatively trivial patch, but ignored since more than 7 months. :-(


Jochen


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org