Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1-incubating
-
None
-
None
-
none
Description
issue explained here (versions of eclipse plugin, 2.7 and above, causes build error):
http://jira.codehaus.org/browse/MECLIPSE-576
my purposed fix is adding the following to core/pom.xml:
<plugin> <artifactId>maven-eclipse-plugin</artifactId> <version>2.6</version> </plugin>