You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Pete <pe...@gmail.com> on 2007/06/27 10:05:15 UTC

plugin version range doesn't work [2.3,)

Is a plugin version range supposed to work in maven 2.0.6 ?
I thought this would be a neat way of ensuring we have latest plugin
and at least one that works with JUnit4

<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<version>[2.3,)</version>


This gives :-

[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-surefire-plugin
Version: [2.3,)

Reason: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-surefire-plugin:pom:[2.3,)

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