Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Labels:None
-
Number of attachments :
Description
This maven.eclipse.classpath.include=$
{maven.build.dir}/xdoclet/ejbdoclet,src/test-cactuscauses problems with the eclipse plugin since ${maven.build.dir}
resolves to the absolute path.
maven.eclipse.classpath.include=target/xdoclet/ejbdoclet,src/test-cactus
still works.