Issue Details (XML | Word | Printable)

Key: MANTTASKS-121
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Nicolas Richeton
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Ant Tasks

Different behavior Maven 2.0.9 / Maven 2.1 for plugins w/ scope = provided

Created: 05/Jun/08 12:46 PM   Updated: 17/Nov/08 04:24 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive ant-test.zip (4 kB)

Environment: OSX and win32


 Description  « Hide
The attached sample project builds with maven 2.0.x and fails with maven 2.1.

The problem is that one plugin has a "provided" scope.

See http://code.google.com/p/q4e/issues/detail?id=459



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Abel Muiño added a comment - 05/Jun/08 02:33 PM
This has been verified with maven 2.1.x built from svn revision 655675 and also 659801.
Removing the plug-in dependency with "provided" scope makes it work on 2.1.x.

Brett Porter added a comment - 22/Jun/08 02:33 AM
I want to say this is actually a bugfix and that 2.1.x's behaviour is correct. Is there a reason you think the addition of "provided" should do something useful?