Re: sorting versions for artifacts with hypen and / or dot in filename

2018-01-10 Thread Hervé BOUTEMY
Maven does not use the file name to try to guess artifactId: Maven has artifactId in a pom.xml (either as pom.xml coordinates, either as dependency coordinates) and when necessary generates a filename to find associated file. Then there is never any ambiguity when files are in a Maven repository

Re: [POM.xml][SKIP] - logical test

2018-01-10 Thread Jeff MAURY
You have to deal with properties to do that or a groovy script that will see to props ᐧ On Tue, Jan 9, 2018 at 10:45 AM, loic bourgeois < loic.bourge...@sgss.socgen.com> wrote: > Hello, > > In my pom.xml I want to skip some steps. The skip run fine but I would like > to skip sometime with a test