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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to