Re: Cleaning the dependency-reduced-pom.xml ?

2023-02-02 Thread Delany
I used to remove it with a dedicated clean plugin execution, but that's slow and noisy, so I moved it to ${project.build.directory}/.dependency-reduced-pom.xml Delany On Thu, 2 Feb 2023 at 10:54, Niels Basjes wrote: > Hi, > > When using the maven-shade-plugin there are configurations that also

Cleaning the dependency-reduced-pom.xml ?

2023-02-02 Thread Niels Basjes
Hi, When using the maven-shade-plugin there are configurations that also generate a dependency-reduced-pom.xml file. When doing a mvn clean this file is not removed. I'm wondering what the correct approach is in this to make this file vanish on mvn clean. I've already put it in my .gitignore to