Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.1Release
-
Fix Version/s: 2.5.2.Release
-
Component/s: Maven integration
-
Labels:None
-
Environment:Ubuntu 10.10; Eclipse 3.7; m2e 1.0.0.20110607
-
Number of attachments :
Description
Currently groovy-eclipse-compiler plugin depends on groovy-eclipse-batch [1.7.10-SNAPSHOT],[1.8.0-SNAPSHOT] (AFAIK that means on version 1.7.10-SNAPSHOT or 1.8.0-SNAPSHOT). However this artifact is available in maven central repository in the following versions: 1.7.10-01, 1.7.10-02, 1.8.0-01, 1.8.0-02, 1.8.0-03.
Workaround is to use exclude section in project's POM.
This is now fixed with the latest release.