Re: maven-eclipse-plugin moving to retired location

2016-09-24 Thread Karl Heinz Marbaise
Hi Hervé, On 24/09/16 23:03, Hervé BOUTEMY wrote: Le samedi 24 septembre 2016 21:37:06 Karl Heinz Marbaise a écrit : Hi, we have retired the maven-eclipse-plugin but we have it currently in our plugins-trunk: https://svn.apache.org/repos/asf/maven/plugins/trunk what about moving it to: http

Re: maven-eclipse-plugin moving to retired location

2016-09-24 Thread Hervé BOUTEMY
Le samedi 24 septembre 2016 21:37:06 Karl Heinz Marbaise a écrit : > Hi, > > we have retired the maven-eclipse-plugin but we have it currently in our > plugins-trunk: > > https://svn.apache.org/repos/asf/maven/plugins/trunk > > what about moving it to: > > https://svn.apache.org/repos/asf/maven

Re: DefaultArtifactVersion / VersonComparison

2016-09-24 Thread Hervé BOUTEMY
Le samedi 24 septembre 2016 17:33:31 Karl Heinz Marbaise a écrit : > Hi Hervé, > > On 24/09/16 13:46, Hervé BOUTEMY wrote: > > if you look at > > https://cwiki.apache.org/confluence/display/MAVENOLD/Versioning that lead > > to ComparableVersion [1] implementation: "The current implementation for >

maven-eclipse-plugin moving to retired location

2016-09-24 Thread Karl Heinz Marbaise
Hi, we have retired the maven-eclipse-plugin but we have it currently in our plugins-trunk: https://svn.apache.org/repos/asf/maven/plugins/trunk what about moving it to: https://svn.apache.org/repos/asf/maven/retired/ so we don't need to build it all the time and do the checkout on Jenkins

ComparableVersionTest

2016-09-24 Thread Karl Heinz Marbaise
Hi, I have polished the code of the ComparableVersionTest class a little bit...which looks like this: https://gist.github.com/khmarbaise/a75a967983118de0dddea0adbd21b9d7 This will prevent warnings in IDE about raw types... WDYT ? Kind regards Karl Heinz Marbaise --

Re: shared: maven-artifact-transfer

2016-09-24 Thread Robert Scholte
On Sat, 24 Sep 2016 11:15:41 +0200, Karl Heinz Marbaise wrote: Hi, So I'm trying to write more tests on the component...in particular for the new parts like ProjectInstaller etc. I started with ProjectInstaller...(Created gist for that: https://gist.github.com/khmarbaise/1ed421983480e3

Re: DefaultArtifactVersion / VersonComparison

2016-09-24 Thread Christian Schulte
Am 09/24/16 um 17:33 schrieb Karl Heinz Marbaise: > Hi Hervé, > So I have marked the class as deprecated... > > But it implements an interface: > > public interface ArtifactVersion > extends Comparable > > which should be marked as deprecated as well in consequence of the > previous step (

Re: DefaultArtifactVersion / VersonComparison

2016-09-24 Thread Karl Heinz Marbaise
Hi Hervé, On 24/09/16 13:46, Hervé BOUTEMY wrote: if you look at https://cwiki.apache.org/confluence/display/MAVENOLD/Versioning that lead to ComparableVersion [1] implementation: "The current implementation for version schemes is rather limited. It only supports 5 properties" (and by "current",

Re: DefaultArtifactVersion / VersonComparison

2016-09-24 Thread Christian Schulte
Am 09/24/16 um 13:46 schrieb Hervé BOUTEMY: > DefaultArtifactVersion with its broken API. But I never went ahead and > removed > this class from core, to avoid incompatibility: perhaps just deprecating this > class would be the most simple thing to do. > +1 --

Re: DefaultArtifactVersion / VersonComparison

2016-09-24 Thread Hervé BOUTEMY
if you look at https://cwiki.apache.org/confluence/display/MAVENOLD/Versioning that lead to ComparableVersion [1] implementation: "The current implementation for version schemes is rather limited. It only supports 5 properties" (and by "current", it meant DefaultArtifactVersion) ComparableVersio

DefaultArtifactVersion / VersonComparison

2016-09-24 Thread Karl Heinz Marbaise
Hi to all, at the moment I'm trying to understand a thing...(motivated by an issue https://github.com/mojohaus/build-helper-maven-plugin/issues/33) Lets say I have the following version: "20.4.00.0-SNAPSHOT" The DefaultArtifactVersion class will parse this version with this result: artifactV

[GitHub] maven-surefire pull request #118: Add basic integration test for JUnit 5

2016-09-24 Thread britter
Github user britter closed the pull request at: https://github.com/apache/maven-surefire/pull/118 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] maven-surefire issue #118: Add basic integration test for JUnit 5

2016-09-24 Thread britter
Github user britter commented on the issue: https://github.com/apache/maven-surefire/pull/118 @Tibor17 Thank you! I'll continue with the next more complex examples. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

Re: shared: maven-artifact-transfer

2016-09-24 Thread Karl Heinz Marbaise
Hi, So I'm trying to write more tests on the component...in particular for the new parts like ProjectInstaller etc. I started with ProjectInstaller...(Created gist for that: https://gist.github.com/khmarbaise/1ed421983480e3fef624bf6c8f4844b6). If I try to run that I'm getting always errors l