Re: Hopefully final problems with maven rules (Re: Continuing work on qualimap)

2015-11-26 Thread Emmanuel Bourg
Le 26/11/2015 08:53, Andreas Tille a écrit : > The problem might be that there are two directories in sam.jar and I > have no good idea which one to use as groupId. I assumed net/sf would > be the right one - but either this is not the case or I did something > else wrong. The groupId for samtoo

Re: Hopefully final problems with maven rules (Re: Continuing work on qualimap)

2015-11-26 Thread Sebastiaan Couwenberg
On 26-11-15 08:53, Andreas Tille wrote: > [0] 'groupId' with value 'net/sf' does not match a valid id pattern. > [...] > The problem might be that there are two directories in sam.jar and I > have no good idea which one to use as groupId. I assumed net/sf would > be the right one - but either t

Hopefully final problems with maven rules (Re: Continuing work on qualimap)

2015-11-25 Thread Andreas Tille
Hi, thanks to all your hints I made some progress. Also libejml-java is accepted so all preconditions should be fulfilled. Unfortunately this build error remains in qualimap[1]: NOTE: Maven is executing in offline mode. Any artifacts not already in your local repository will be inaccessible.

Re: Continuing work on qualimap

2015-11-24 Thread Emmanuel Bourg
Instead of installing the jar in the repository you can also patch the pom and specify a systemPath: https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#System_Dependencies Emmanuel Bourg

Re: Continuing work on qualimap

2015-11-24 Thread Bas Couwenberg
On 2015-11-24 15:46, Andreas Tille wrote: mvn --offline install:install-file \ -Dmaven.repo.local=/build/qualimap-2.1.3+dfsg/debian/maven-repo \ -Dfile=/usr/share/java/sam.jar \ -DgroupId=net/sf \ -DartifactId=samtools \ -Dversion=fake \ -Dpackagi

Re: Continuing work on qualimap (Was: Any help?)

2015-11-24 Thread Andreas Tille
On Tue, Nov 24, 2015 at 02:26:38PM +0100, Emmanuel Bourg wrote: > Le 24/11/2015 14:17, Andreas Tille a écrit : > > >> As you can see there is no entry in the maven-repo for the miglayout > >> artifact, only the -core, -ideutil, -swing & -swg JARs. > >> > >> The miglayout-parent artifact is the onl

Re: Continuing work on qualimap (Was: Any help?)

2015-11-24 Thread Emmanuel Bourg
Le 24/11/2015 14:17, Andreas Tille a écrit : >> As you can see there is no entry in the maven-repo for the miglayout >> artifact, only the -core, -ideutil, -swing & -swg JARs. >> >> The miglayout-parent artifact is the only one not matching a JAR by the same >> name, so I suspect it's for miglayou

Continuing work on qualimap (Was: Any help?)

2015-11-24 Thread Andreas Tille
Hi Bas, I decided to switch back to the list to make these helpful hints available for web search. I guess you will not mind the proof that you are just very helpful. ;-) For those who are missing context: Bas is helping me getting git://git.debian.org/git/debian-med/qualimap.git into shape.