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

2020-06-18 Thread LINUS FERNANDES
Ok. Thanks. >From what I understand, the pluginManagement section is all about configuration management of the pom's plugins and how they can be used in the current and child poms. Thanks again. On Thu, 18 Jun 2020, 11:35 Thorsten Heit, wrote: > Hi Linus, > > > Thanks, Thorsten. > > That

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

2020-06-18 Thread Thorsten Heit
Hi Linus, > Thanks, Thorsten. > That worked perfectly. You're welcome. > What's the difference between the two? > Why doesn't pluginmanagement recognise the added plugins? In the plugin management section you can specify and (pre-)configure plugins that can be used for example in child

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