Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.5.1
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
Whenever I combine an artifact to the reactor of type bundle and jboss-sar, the bundle artifact does not have its .classpath file generated. I expect the jboss-packaging-maven-plugin breaks something that maven-eclipse-plugin relies on.
The two artifacts have no dependency on each other. I can reproduce this with:
{{{
rm -rf my-bundle-artifact/.
; mvn -pl my-sar-artifact,my-bundle-artifact eclipse:eclipse; ls my-bundle-artifact/.classpath
}}}
FWIW, I just verified this issue also exists in 2.7