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

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

2018-01-09 Thread Hanasaki Jiji
What do you want to know, specifically, other than what's in the posting? Thank you On Jan 9, 2018 3:03 AM, "Karl Heinz Marbaise" wrote: Hi, On 09/01/18 00:44, hanas...@gmail.com wrote: > How is the artifact name separated from the version number if the artifact > has

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

2018-01-09 Thread Karl Heinz Marbaise
Hi, On 09/01/18 00:44, hanas...@gmail.com wrote: How is the artifact name separated from the version number if the artifact has hypens and / or dots in it?  Are they sorted as Strings? example: jar1 and the war are two submodules of a parent project G:A:V = org.myorg.project   

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

2018-01-08 Thread hanas...@gmail.com
How is the artifact name separated from the version number if the artifact has hypens and / or dots in it? Are they sorted as Strings? example: jar1 and the war are two submodules of a parent project G:A:V = org.myorg.project org.myorg.project.jar1 (and a