[ https://issues.apache.org/jira/browse/MSHADE-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl Heinz Marbaise updated MSHADE-160: --------------------------------------- Fix Version/s: 3.0 > change default location of dependency-reduced-pom.xml > ----------------------------------------------------- > > Key: MSHADE-160 > URL: https://issues.apache.org/jira/browse/MSHADE-160 > Project: Maven Shade Plugin > Issue Type: Wish > Affects Versions: 2.2 > Reporter: Gabriele Catania > Priority: Trivial > Fix For: 3.0 > > > 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} > 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 was sent by Atlassian JIRA (v6.3.4#6332)