Re: Notice: Java 6 and 7 users: SSL Protocol upgrades coming to Central

2018-06-13 Thread Karl Heinz Marbaise
Hi Brian, I have posted the same here: https://blogs.apache.org/maven/entry/notice-java-6-and-7 Kind regards Karl Heinz Marbaise On 21/05/18 20:22, Brian Fox wrote: The march of standards continues unabated. Legacy TLS protocols 1.0 and 1.1 have varying weaknesses that could lead to a false

Re: When does a Maven plugin uses the POM in the current directory?

2018-06-13 Thread Karl Heinz Marbaise
Hi, you can do that in different flavours.. by using an execution id like `default-cli` this will be used during the execution on command line (using the current configuration) furthermore since Maven 3.3.1 you can use things like[1]: mvn version:set@Id which means you can do a different

Re: When does a Maven plugin uses the POM in the current directory?

2018-06-13 Thread Anders Hammar
If you put the configuration of the plugin within the pluginManagement section of the pom, it will be used if you execute the plugin from command line. /Anders On Tue, Jun 12, 2018 at 5:21 PM Oliver B. Fischer wrote: > Dear all, > > I use the Versions Maven Plugin to check for updates of my