Re: The maven-archetype-plugin paradox

2017-05-08 Thread Manfred Moser
I think you have done the right thing even if some users are not necessarily happy. The documentation about the new behavior is clear enough, but maybe it needs to be more explicit. In either I would just keep the plugin at ASF and do minimal maintenance like you have been doing. If someone

The maven-archetype-plugin paradox

2017-05-08 Thread Robert Scholte
So we have this plugin, which has been released lately as requested by the community. It has been released as a 3.x, so it now requires Maven3 and with this major release[1] we used this opportunity to break compatibility in case there are parameters we don't want to use anymore. One of

Re: The maven-archetype-plugin paradox

2017-05-08 Thread Karl Heinz Marbaise
Hi, On 08/05/17 19:38, Robert Scholte wrote: So we have this plugin, which has been released lately as requested by the community. It has been released as a 3.x, so it now requires Maven3 and with this major release[1] we used this opportunity to break compatibility in case there are parameters

Re: Maven 3.5.1 - MNG-6223: mvn -f path/to/dir

2017-05-08 Thread Hervé BOUTEMY
thinking more at it, I find other arguments for this > > +if exist "%FILE_ARG%\*" ( implementation in mvn.cmd: - it is equivalent to the Unix " if [ -d "${arg}" ]; then" from mvn - it should behave better with extensions like polyglot Regards, Hervé Le dimanche 7 mai 2017, 19:07:34 CEST Hervé