I believe the Maven artifacts are at the snapshots URL provided, http://jtidy.sourceforge.net/snapshots/
The 403 given is the server doesn't want to render an index. The message explains, "NOTE: As of 2008-10-23 directory index display has been disabled by default. This option may be re-enabled by the project by placing a file with the name ".htaccess" with this line: Options Indexes " But Maven has its own indexing system and that is intact: http://jtidy.sourceforge.net/snapshots/jtidy/jtidy/maven-metadata.xml Looking in that file, the latest version is 8.0-SNAPSHOT, last updated 20060730195103. -t On Tue, Nov 18, 2008 at 6:13 PM, Stephen Bannasch < [EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
