Issue Details (XML | Word | Printable)

Key: MNG-2021
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Carlos Sanchez
Votes: 0
Watchers: 0
Operations

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

Allow properties to be dom objects

Created: 27/Jan/06 03:17 PM   Updated: 07/Sep/07 01:07 AM
Component/s: POM
Affects Version/s: 2.0, 2.0.1, 2.0.2
Fix Version/s: 3.x

Time Tracking:
Not Specified

Issue Links:
Related
 

Complexity: Expert


 Description  « Hide
Allow properties like

<property>
<includes>
<include>whatever1/*.java</include>
<include>whatever2/*.java</include>
</include>
</property>

to avoid repeating stuff in the different plugins

Not very important if we have a way to share mojo configuration



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brett Porter added a comment - 29/Jan/06 04:45 PM
I don't think this is a good idea. I'd prefer to look at better mojo communication without introduction of dependency between them.