mvn eclipse:eclipse fails to merge resources
--------------------------------------------
Key: OODT-88
URL: https://issues.apache.org/jira/browse/OODT-88
Project: OODT
Issue Type: Bug
Affects Versions: 0.1-incubating
Environment: none
Reporter: Brian Foster
Assignee: Brian Foster
Priority: Minor
Fix For: 0.2
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:
{noformat}
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.6</version>
</plugin>
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.