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

Gabriele Catania updated MSHADE-160:
------------------------------------

    Priority: Trivial  (was: Major)
    
> change default location of dependency-reduced-pom.xml
> -----------------------------------------------------
>
>                 Key: MSHADE-160
>                 URL: https://jira.codehaus.org/browse/MSHADE-160
>             Project: Maven Shade Plugin
>          Issue Type: Wish
>    Affects Versions: 2.2
>            Reporter: Gabriele Catania
>            Priority: Trivial
>
> The current defaults of the plugin place the dependency reduced pom alongside 
> the pom.xml as a sibling file.
> Given that it's a generated file, wouldn't it be best to place it by default 
> inside the target directory?
> either something like this:
> {code:xml}
>             
> <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
> {code:xml}
> or, even better (to conform with conventions from other plugins):
> {code:xml}
>             
> <dependencyReducedPomLocation>${project.build.directory}/generated/shade/dependency-reduced-pom.xml</dependencyReducedPomLocation>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to