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, <[email protected]> wrote: > Hi, > > > I've just started working with Maven and this is my initial pom > > configuration. > > > > <?xml version="1.0" encoding="UTF-8"?> > > *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 directly into build/plugins. > > > HTH > > Thorsten
