Issue Details (XML | Word | Printable)

Key: MNG-3277
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Brett Porter
Reporter: Francois Fernandes
Votes: 0
Watchers: 0
Operations

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

Add new dependency scope: include

Created: 07/Nov/07 01:48 AM   Updated: 12/Jun/08 06:22 PM
Component/s: Dependencies
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
It should be possible to specify a included scope for dependencies. They have the same meaning as runtime but with the little difference that they will be included into the resulting artifact.

This could be achieved by using the jar-with-dependencies descriptor of the assembly plugin.
Anyway, it would be nice to specify a dependency, which includes some or all of its artiacts and the missing (not included) are resolved transitively.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brett Porter added a comment - 12/Jun/08 06:22 PM
including doesn't make sense for all packaging types, so blending this into the resolution mechanism doesn't make much sense. I think it is best to handle this at a plugin level