[GitHub] maven-enforcer pull request #24: MENFORCER-274 : Add check for version 9 in ...

2017-06-27 Thread ansell
GitHub user ansell opened a pull request: https://github.com/apache/maven-enforcer/pull/24 MENFORCER-274 : Add check for version 9 in RequireJavaVersion Adds an explicit regression check for Java-9 in the RequireJavaVersion test. Note, the test already succeeds, this is just

Re: Migration of remaining plugins to Git

2017-06-27 Thread Paul Hammant
OK, I tried something new. *Goal*: all the plugins in one Git repo (less CI jobs to set up - just one recursive multi-module maven build). *Constraint*: Plugins must be independently releasable. *Test:* Take two modules from the Svn repo and check them in to master (the rest were deleted - test n

Re: Maven release plugin

2017-06-27 Thread Robert Scholte
Hi Petar, This is a clear sign that ${project} should not be used to resolve this. Instead the pom should be analyzed again and if there's a system property matching the parent, it should be replaced before loading the parent. That'll require quite some new lines of code :) The suggested rele

Re: Maven release plugin

2017-06-27 Thread Jörg Schaible
Petar Tahchiev wrote: > Hey guys, > > my pull-request worked fine to not show the prompt to specify a version. > However, it fails to update snapshot dependency versions when you resolve > the parent to a concrete version. > Particularly in my case: > > > [BOM] >

Re: Maven release plugin

2017-06-27 Thread Petar Tahchiev
Hey guys, my pull-request worked fine to not show the prompt to specify a version. However, it fails to update snapshot dependency versions when you resolve the parent to a concrete version. Particularly in my case: [BOM] /\