Re: Clean mojo for maven-shade-plugin.

2023-02-05 Thread Romain Manni-Bucau
rl Heinz Marbaise > > Le dim. 5 févr. 2023 à 19:07, Karl Heinz Marbaise a > > écrit : > > > >> Hi, > >> > >> On 05.02.23 17:59, Michael Osipov wrote: > >>> Am 2023-02-05 um 16:59 schrieb Niels Basjes: > >>>> Hi, > &

Re: Clean mojo for maven-shade-plugin.

2023-02-05 Thread Karl Heinz Marbaise
an issue and put together a pull request that adds a 'clean' mojo to the maven-shade-plugin. The purpose is to remove the dependency-reduced-pom.xml (and variants) that are in general generated but never removed. By adding support for the clean phase it is now easier to keep a project clean

Re: Clean mojo for maven-shade-plugin.

2023-02-05 Thread Romain Manni-Bucau
.02.23 17:59, Michael Osipov wrote: > > Am 2023-02-05 um 16:59 schrieb Niels Basjes: > >> Hi, > >> > >> I created an issue and put together a pull request that adds a 'clean' > >> mojo > >> to the maven-shade-plugin. > >>

Re: Clean mojo for maven-shade-plugin.

2023-02-05 Thread Karl Heinz Marbaise
Hi, On 05.02.23 17:59, Michael Osipov wrote: Am 2023-02-05 um 16:59 schrieb Niels Basjes: Hi, I created an issue and put together a pull request that adds a 'clean' mojo to the maven-shade-plugin. The purpose is to remove the dependency-reduced-pom.xml (and variants) that are in general

Re: Clean mojo for maven-shade-plugin.

2023-02-05 Thread Christoph Läubrich
a 'clean' mojo to the maven-shade-plugin. The purpose is to remove the dependency-reduced-pom.xml (and variants) that are in general generated but never removed. By adding support for the clean phase it is now easier to keep a project clean. https://issues.apache.org/jira/browse/MSHADE-437 https

Re: Clean mojo for maven-shade-plugin.

2023-02-05 Thread Michael Osipov
Am 2023-02-05 um 16:59 schrieb Niels Basjes: Hi, I created an issue and put together a pull request that adds a 'clean' mojo to the maven-shade-plugin. The purpose is to remove the dependency-reduced-pom.xml (and variants) that are in general generated but never removed. By adding support

Clean mojo for maven-shade-plugin.

2023-02-05 Thread Niels Basjes
Hi, I created an issue and put together a pull request that adds a 'clean' mojo to the maven-shade-plugin. The purpose is to remove the dependency-reduced-pom.xml (and variants) that are in general generated but never removed. By adding support for the clean phase it is now easier to keep