Re: Skipping maven shade plugin in a spring-boot project based on maven profile

2019-12-19 Thread Maarten Mulders
Also cross-posting from StackOverflow [1], where I just answered your question: There is a dedicated Spring Boot Maven Plugin [2] that also allows you to repackage your application. Its repackage goal automatically activates during the package phase, so you don't even need to define an

Skipping maven shade plugin in a spring-boot project based on maven profile

2019-12-19 Thread Debraj Manna
I am cross-posting from stackoverflow as I did not get any reply there. I want to skip the execution of maven-shade-plugin when a certain maven profile is activated on a