Bug#820839: libxmlbeans-java - Missing saxon dependency
Yadickson Soto
yadickson at gmail.com
Tue Apr 12 23:34:08 UTC 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20160412/ec3efb0e/attachment.html>
More information about the pkg-java-maintainers
mailing list