Maven can't find jtidy:jtidy:jar:8.0-SNAPSHOT when building the loops-pas-otrunk jnlp locally.
Does anybody know where this artifact lives? This page: http://jtidy.sourceforge.net/download.html claims there are maven snapshots here: http://jtidy.sourceforge.net/snapshots/ But that gives me a 403 error The svn repo shows the last tagged version is 7-dev and 7-unstable from eight years ago. https://svn.sourceforge.net/svnroot/jtidy/trunk/ Here's the error I get running this: cd maven-jnlp/all-modules mvn -s /Users/stephen/.m2/deploy-settings.xml --batch-mode -U -e org.telscenter.maven-plugins:webstart-maven-plugin:1.0-alpha-1-SNAPSHOT:jnlp Failed to resolve artifact. Missing: ---------- 1) jtidy:jtidy:jar:8.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=jtidy -DartifactId=jtidy -Dversion=8.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=jtidy -DartifactId=jtidy -Dversion=8.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.concord.maven-jnlp:loops-pas-otrunk:pom:0.1.0-SNAPSHOT 2) org.concord.loops:loops-pas-dependencies:pom:0.1.0-SNAPSHOT 3) org.telscenter:pas-otrunk:jar:0.1.0-SNAPSHOT 4) org.telscenter:pas-learner-runtime:jar:0.4.3-SNAPSHOT 5) jtidy:jtidy:jar:8.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.concord.maven-jnlp:loops-pas-otrunk:pom:0.1.0-SNAPSHOT --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
