Package: libxmlbeans-java Version: 2.6.0-2
Error Missing: ---------- 1) net.sf.saxon:saxon:jar:debian Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=net.sf.saxon -DartifactId=saxon -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=net.sf.saxon -DartifactId=saxon -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.test:test:jar:1.0.0 2) org.apache.xmlbeans:xmlbeans-xpath:jar:debian 3) net.sf.saxon:saxon:jar:debian The current pom file <dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon</artifactId> <version>debian</version> </dependency> But, if modified <dependency> <groupId>net.sourceforge.saxon</groupId> <artifactId>saxon</artifactId> <version>debian</version> </dependency> All is OK. Best regards -- Ing. Yadickson Soto +56 9 9668 8798 Usuario Linux #497718
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.