Re: M2 - pluginManagement - best practices?

2007-11-15 Thread Lee Meador
If you run your build with the -X option and redirect the output to a file, you can search through it for plugin and get a list of the plugins you use along with the current versions it is using. I use this as a start in building the pluginManagement section. Then you have to do a little research

M2 - pluginManagement - best practices?

2007-11-14 Thread Erez Nahir
Hi, We are having some build stability issues from time to time when developers remove local repositories. From time to time, maven fails to download plugin... Another difficulty we have is control on plugin versions, some plugins listed in some files and when one would like to change plugin

Re: M2 - pluginManagement - best practices?

2007-11-14 Thread Kalle Korhonen
Parent poms with versions set in their pluginManagement section makes absolute sense. Of course no list is complete, and it needs to be maintained, but in most cases you are better off using an old version of a plugin than using an unknown latest version. Here's what I have in one parent pom: