[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Continuing work on qualimap



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 \
        -Dpackaging=jar
[...]
[INFO] The artifact information is incomplete or not valid:
  [0]  'groupId' with value 'net/sf' does not match a valid id pattern.

The groupId should be net.sf. The dot is replaced by a slash in the maven-repo path.

Make sure to also mangle the version in maven.rules to 'fake' the match the version used for the local install.

Kind Regards,

Bas


Reply to: