You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@codehaus.org> on 2014/06/27 21:26:10 UTC

[jira] (MNG-542) Allow properties to inherit from other properties

     [ https://jira.codehaus.org/browse/MNG-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated MNG-542:
-------------------------------

    Fix Version/s:     (was: 3.x / Backlog)

> Allow properties to inherit from other properties
> -------------------------------------------------
>
>                 Key: MNG-542
>                 URL: https://jira.codehaus.org/browse/MNG-542
>             Project: Maven
>          Issue Type: New Feature
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.0-alpha-3
>            Reporter: Vincent Massol
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)