Community
Participate
Working Groups
Case: Module A available versions: 1.0.0, 1.0.1, 1.0.2-SNAPSHOT, 1.0.2, 1.0.3-SNAPSHOT, 1.0.3, 1.0.4-SNAPSHOT When trying to resolve modula A like this everything works fine: <groupId>com.xx.yy</groupId> <artifactId>moduleA</artifactId> <version>1.0.3</version> as does this: <groupId>com.xx.yy</groupId> <artifactId>moduleA</artifactId> <version>[1.0.2]</version> But when trying it like that it doesn't work: <groupId>com.xx.yy</groupId> <artifactId>moduleA</artifactId> <version>[1.0.3]</version> This is the error I'm getting: "VersionRangeResolutionException: No versions available for com.xx.yy.moduleA:jar:[1.0.3] within specified range " The dependencies are in our remote and in my local repository.
Does everything work as expected using maven 3.0.2 on command line? Are you able to provide complete standalone project that demonstrates the problem?
Closing old/stale bugreports. Feel free to reopen if you can provide requested information.
Moved to https://github.com/eclipse-m2e/m2e-core/issues/