Re: How to make plugin part of default build in Maven.

2020-06-17 Thread LINUS FERNANDES
Thanks, Thorsten. That worked perfectly. I feel like an idiot. What's the difference between the two? Why doesn't pluginmanagement recognise the added plugins? Any documentation? Regards, Linus. On Thu, 18 Jun 2020, 10:33 Thorsten Heit, wrote: > Hi, > > > I've just started working with

Re: How to make plugin part of default build in Maven.

2020-06-17 Thread Thorsten Heit
Hi, > I've just started working with Maven and this is my initial pom > configuration. > > *snip* > How do I ensure that Checkstyle plugin is executed when I simply type mvn > on the command prompt? Move the plugin(s) you'd like to use during a build ouf of the plugin management section

How to make plugin part of default build in Maven.

2020-06-17 Thread LINUS FERNANDES
I've just started working with Maven and this is my initial pom configuration. http://maven.apache.org/POM/4.0.0; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;> 4.0.0 ds DSAlgos

Re: Maven Artifacts not consumable after Introducing ci-friendly approach - revision tag

2020-06-17 Thread Hanish Bansal
Yes, the issue was coming due to shade plugin. By using the option falsein shade plugin configuration solved my issue. On Wed, Jun 17, 2020 at 12:58 AM Francois Marot wrote: > beware of a caveat when using flatten and shade plugins: > https://github.com/mojohaus/flatten-maven-plugin/issues/100