Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If <packaging>pom</packaging> is specified, the Eclipse project should be a simple project with no builders or natures. If it's <packaging>jar</packaging> then none of the WTP natures or builders should be added.
> If it's <packaging>jar</packaging> then none of the WTP natures or builders should be added.
Note that wtp natures and builders ARE needed for jar projects, in order to be able to reference them from war/ear modules. They will only be added if you specify a wtp version in recent plugin releases.