You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ekio <ek...@hotmail.com> on 2006/12/09 00:34:24 UTC

Version range for plugin section

Hi,

I know it is possible to specify version ranges when resolving dependencies. 
But I this feature does not seem to work in the plugin section.  Is this
intended?

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <version>[1.1,)</version>
        ...
</plugin>      
-- 
View this message in context: http://www.nabble.com/Version-range-for-plugin-section-tf2783778s177.html#a7767319
Sent from the Maven - Users mailing list archive at Nabble.com.


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