Re: need help with maven helper

2012-09-06 Thread Ludovic Claude
Hello, If by 'generic' debian link, you mean the link created in /usr/share/java, you can get around this issue by providing a custom name for the jar in /usr/share/java (also known as usj in the maven-*-helper tools). Update debian/libsnappy-java.poms with this line: pom.xml --has-package-versi

Re: need help with maven helper

2012-09-04 Thread Olivier Sallou
Le 9/3/12 8:43 PM, Ludovic Claude a écrit : > Hello, > > After reading again the original question, I think that it would be > better to keep snappy-java as the artifact id, but pin the version > number to 1.0.3. You would achieve it with this rule: > > org.xerial.snappy snappy-java jar s/1\.0\.3.

Re: need help with maven helper

2012-09-03 Thread Ludovic Claude
Hello, After reading again the original question, I think that it would be better to keep snappy-java as the artifact id, but pin the version number to 1.0.3. You would achieve it with this rule: org.xerial.snappy snappy-java jar s/1\.0\.3.*/1.0.3/ * * Ludovic On 09/01/2012 12:42 PM, Ludovic Cl

Re: need help with maven helper

2012-09-01 Thread Ludovic Claude
Hello, The packaging in Maven is jar, not bundle, so you need to use this value to get a match: org.xerial.snappy s/snappy-java/snappy1.0.3-java/ jar s/.*/debian/ * * Ludovic On 08/31/2012 09:15 AM, olivier.sal...@codeless.fr wrote: > > Le 8/31/12 1:12 AM, Ludovic Claude a écrit : >> Hello, >>

Re: need help with maven helper

2012-08-31 Thread olivier.sal...@codeless.fr
Le 8/31/12 1:12 AM, Ludovic Claude a écrit : > Hello, > > You should use this rule instead. It's a substitution you want to do, > and the format use is similar to standard Unix sed command. > > org.xerial.snappy s/snappy-java/snappy1.0.3-java/ bundle s/.*/debian/ * * Unfortunatly, this does not wo

Re: need help with maven helper

2012-08-30 Thread Ludovic Claude
Hello, You should use this rule instead. It's a substitution you want to do, and the format use is similar to standard Unix sed command. org.xerial.snappy s/snappy-java/snappy1.0.3-java/ bundle s/.*/debian/ * * Ludovic On 08/29/2012 11:07 AM, Olivier Sallou wrote: > Hi, > I need some help with

need help with maven helper

2012-08-29 Thread Olivier Sallou
Hi, I need some help with maven helper. I need to rename the artifact id of the package library. In pom.xml, artifactId is snappy-java, and I need to rename it to snappy1.0.3-java (with version 1.0.3-rc3) What I expect is to get maven data in /usr/share/maven-repo/org/xerial/snappy/snappy1.0.3-jav