Re: Help needed with a strange fixed filename

2015-06-10 Thread Hervé BOUTEMY
... -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Montag, 8. Juni 2015 19:03 An: users@maven.apache.org Betreff: Re: Help needed with a strange fixed filename Can you explain how jarfile3.jar gets turned into jarfile-3.x.x

Re: AW: Help needed with a strange fixed filename

2015-06-09 Thread Jim Klo
An: users@maven.apache.orgmailto:users@maven.apache.org Betreff: Re: Help needed with a strange fixed filename Can you explain how jarfile3.jar gets turned into jarfile-3.x.x? Lots of jar file names have numbers as the last character without that character getting turned into a version in Nexus. I

Re: Help needed with a strange fixed filename

2015-06-09 Thread Stephen Connolly
@maven.apache.org Betreff: Re: Help needed with a strange fixed filename Can you explain how jarfile3.jar gets turned into jarfile-3.x.x? Lots of jar file names have numbers as the last character without that character getting turned into a version in Nexus. I can see how it would get loaded

Re: Help needed with a strange fixed filename

2015-06-09 Thread Benson Margulies
[mailto:rwhee...@artifact-software.com] Gesendet: Montag, 8. Juni 2015 19:03 An: users@maven.apache.org Betreff: Re: Help needed with a strange fixed filename Can you explain how jarfile3.jar gets turned into jarfile-3.x.x? Lots of jar file names have numbers as the last character without

Re: AW: Help needed with a strange fixed filename

2015-06-09 Thread Ron Wheeler
] Gesendet: Montag, 8. Juni 2015 19:03 An: users@maven.apache.org Betreff: Re: Help needed with a strange fixed filename Can you explain how jarfile3.jar gets turned into jarfile-3.x.x? Lots of jar file names have numbers as the last character without that character getting turned into a version

Re: Help needed with a strange fixed filename

2015-06-08 Thread Ron Wheeler
, the nexus and naming issue only affects us during development. -Ursprüngliche Nachricht- Von: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Gesendet: Freitag, 5. Juni 2015 14:34 An: Maven Users List Betreff: Re: Help needed with a strange fixed filename Hi Thomas, That the file is names

AW: Help needed with a strange fixed filename

2015-06-08 Thread Thomas Klöber
at customer site is no problem, the nexus and naming issue only affects us during development. -Ursprüngliche Nachricht- Von: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Gesendet: Freitag, 5. Juni 2015 14:34 An: Maven Users List Betreff: Re: Help needed with a strange fixed

AW: Help needed with a strange fixed filename

2015-06-08 Thread Thomas Klöber
Betreff: Re: Help needed with a strange fixed filename Hi Thomas, That the file is names in Nexus is the default naming schema within a maven repository so there is no chance to change it. So first question: Why not changing the code which checks the filename and follow the naming convention

AW: Help needed with a strange fixed filename, part 2

2015-06-08 Thread Thomas Klöber
... changing the code doesn't work, because the jar file in question is a signed jar... -Ursprüngliche Nachricht- Von: Thomas Klöber Gesendet: Montag, 8. Juni 2015 08:10 An: 'Maven Users List'; 'i...@soebes.de' Betreff: AW: Help needed with a strange fixed filename Hi Karl Heinz

Re: Help needed with a strange fixed filename

2015-06-08 Thread Curtis Rueden
...@gmx.de] Gesendet: Freitag, 5. Juni 2015 14:34 An: Maven Users List Betreff: Re: Help needed with a strange fixed filename Hi Thomas, That the file is names in Nexus is the default naming schema within a maven repository so there is no chance to change it. So first question: Why not changing

Help needed with a strange fixed filename

2015-06-05 Thread Thomas Klöber
Hi folks'es, I am having some problems, getting an external jar-file into my Maven project. Here is the issue: · the jar file has a fixed name, lets say jarfile3.jar (digit 3 is important!) · it's name cannot be changed because during runtime it is checked and if changed a

Re: Help needed with a strange fixed filename

2015-06-05 Thread Karl Heinz Marbaise
Hi Thomas, That the file is names in Nexus is the default naming schema within a maven repository so there is no chance to change it. So first question: Why not changing the code which checks the filename and follow the naming convention..? What you can do is to get the appropriate