Issue Details (XML | Word | Printable)

Key: MNG-542
Type: Wish Wish
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Vincent Massol
Votes: 2
Watchers: 2
Operations

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

Allow properties to inherit from other properties

Created: 30/Jun/05 02:51 AM   Updated: 05/Sep/07 02:01 AM
Component/s: Plugins and Lifecycle
Affects Version/s: 2.0-alpha-3
Fix Version/s: 3.x

Time Tracking:
Not Specified

Issue Links:
Related

Complexity: Expert


 Description  « Hide
For example pom.build.outputDirectory (classes directory) should inherit from pom.build.directory. Same for all properties that are used to generate build data.

Why? Becasue otherwise it's downright impossible to change the location of the target directory (pom.build.directory) as you don't know beforehand all the plugins that are part of the lifecycle and how many properties they each have and their name.

For example in the clover plugin I need to set the target dir to another location so that main build data is not compromised. I can't do it as I can't controll all the properties that could possibly exist. I'd just like to set the pom.build.directory to a new value and be done with it.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brett Porter added a comment - 16/Jul/05 03:51 PM
I'm not sure what the correct solution here is just yet, but it requires investigation

Brett Porter added a comment - 20/Jul/05 04:37 AM
not required for correct operation of clover mojo