Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: plugin manager
-
Labels:None
-
Number of attachments :
Description
<?xml version="1.0" encoding="iso-8859-1"?>
<project xmlns:j="jelly:core" xmlns:d="deploy">
<attainGoal name="jar:install"/>
</project>
run this inside reactor (notice missing goal).
error message is "nested plugin housings"
need to track whether inside a goal already, so attainGoal is illegal outside of a goal or preGoal.