Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8
-
Labels:None
-
Number of attachments :
Description
This bug (and its patch) is similar to MPECLIPSE-36: if maven.cactus.src is defined and cactus is included as a dependency, the cactus jar is generated twice on .classpath
So, I'm providing a patch...
Patch that fix this issue.
Note that you also need to create src/plugin-test/project.properties with the following content:
cactus.src.dir=.
(I couldn't cvs add that file, so it was not included in the cvs diff -u)