Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.0.11
-
Fix Version/s: 0.9.4
-
Component/s: Dependency Resolver
-
Labels:None
-
Number of attachments :
Description
I have wrote my own maven plugin for har packaging. In the pom.xml is the tag <extensions>true</extensions> defined. This is needed to execute my plugin during the package phase. But if the tag <extensions> is in the pom.xml i get a Project build error null error message. In the console, problem view and the editor (see screenshot).
Plugin Version: 0.0.11.20070603-1200<plugin> <groupId>suite4p.commons</groupId> <artifactId>suite4p.commons.jboss-plugin</artifactId> <extensions>true</extensions></plugin>
Attachments
Issue Links
| This issue depends upon: | ||||
| MNGECLIPSE-616 | better out of the box experience |
|
|
|
Please attach sample project that would allow us to reproduce this issue. Thanks.