Re: parent poms release

2014-02-02 Thread Hervé BOUTEMY
good idea: at least, it give good hints on what updates are available so here is it: $ mvn versions:display-plugin-updates [INFO] Scanning for projects... [INFO] [INFO]

Re: [VOTE] Release Apache Maven SCM Publish Plugin version 1.0

2014-02-02 Thread Robert Scholte
+1 rat: only approved licenses sha1: correct zip build: correct usage (with -Dscmpublish.skipCheckin): 'svn add' and 'svn remove' confirmed regards, Robert Op Fri, 31 Jan 2014 23:28:51 +0100 schreef Hervé BOUTEMY herve.bout...@free.fr: Hi, We solved 6 issues:

Re: parent poms release

2014-02-02 Thread Michael Osipov
Am 2014-02-02 11:42, schrieb Hervé BOUTEMY: good idea: at least, it give good hints on what updates are available so here is it: $ mvn versions:display-plugin-updates [INFO] Scanning for projects... [INFO] [INFO] [INFO]

Re: JDK 8 Build 126 JDK 7 Update 60 build 04 are available on java.net

2014-02-02 Thread Robert Scholte
Hi Rory, I can confirm that JDK-8031572 is now fixed. I found at least one project which suffers from https://bugs.openjdk.java.net/browse/JDK-8015656, which I could fix with https://jira.codehaus.org/browse/MSHARED-319 (maven-filtering). According to

RE: Plugins with parameters and defaultValue

2014-02-02 Thread Robert Patrick
From what I can tell in my testing, the @Parameter attributes required=true and defaultValue=some value are mutually exclusive (in terms of behavior). That is, if you combine defaultValue=... and required=true, defaultValue always satisfies the required=true setting, making required=true