Re: Bug or feature: executing plugin without version

2015-12-13 Thread Robert Scholte
Hi Paul, with your pom.xml I get 2.10 as expected, with both G:A:goal and prefix:goal. Tested with M3.0.5 and M3.1.1 and 3.3.3 Sorry, can't reproduce. Robert Op Thu, 10 Dec 2015 17:50:39 +0100 schreef Paul Benedict : Here is the POM: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http:

Re: Bug or feature: executing plugin without version

2015-12-13 Thread Paul Benedict
Adrien or Robert, when you have some time, can you please test my example and confirm my findings? Cheers, Paul On Thu, Dec 10, 2015 at 10:50 AM, Paul Benedict wrote: > Here is the POM: > > http://maven.apache.org/POM/4.0.0"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schema

Re: Bug or feature: executing plugin without version

2015-12-10 Thread Paul Benedict
Here is the POM: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 z ztest 0.1-SNAPSHOT pom org.apache.mave

Re: Bug or feature: executing plugin without version

2015-12-10 Thread Adrien Rivard
Hi, It works correctly for me, tested with : org.codehaus.mojo versions-maven-plugin 2.1 and "mvn org.codehaus.mojo:versions-maven-plugin:display-dependency-updates" Are you sure you did'nt miss something ? like wrong artifactId/groupId maybe ? On Wed, Dec 9, 2015 at 9:41 PM, Pau

Re: Bug or feature: executing plugin without version

2015-12-09 Thread Paul Benedict
groupId:artifactId:goal Cheers, Paul On Wed, Dec 9, 2015 at 2:38 PM, Robert Scholte wrote: > I'd say bug. Are you using prefix:goal or groupId:artifactId:goal ? > > Robert > > Op Wed, 09 Dec 2015 17:19:32 +0100 schreef Paul Benedict < > pbened...@apache.org>: > > > Scenario: I executed a plugin

Re: Bug or feature: executing plugin without version

2015-12-09 Thread Robert Scholte
I'd say bug. Are you using prefix:goal or groupId:artifactId:goal ? Robert Op Wed, 09 Dec 2015 17:19:32 +0100 schreef Paul Benedict : Scenario: I executed a plugin goal on command line and specified a version (1.5). I then did it again without specifying a version. For the latter, Maven c

Bug or feature: executing plugin without version

2015-12-09 Thread Paul Benedict
Scenario: I executed a plugin goal on command line and specified a version (1.5). I then did it again without specifying a version. For the latter, Maven chose the latest version (1.6) from my remote repository. I was curious about the version selection; so I edited my POM and added a /build/plugi