History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MAVEN-1459
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Brett Porter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1

misleading error message

Created: 12/Oct/04 09:44 AM   Updated: 11/Mar/07 02:49 PM
Component/s: plugin manager
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
<?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"



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brett Porter - 23/Oct/04 11:30 PM
need to track whether inside a goal already, so attainGoal is illegal outside of a goal or preGoal.

Brett Porter - 06/Nov/04 04:31 AM
this will be more practical in 1.1 when werkz is moved to the same CVS