wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

Loading dependency org.hibernate:jtidy-r8:jar:20060801 should work #11

Closed michaelwechner closed 12 years ago

michaelwechner commented 12 years ago

The jtidy dependency cannot be found anymore

/Users/michaelwechner/src/wyona/public/git/yanel/src/resources/tinymce/src/build/dependencies.xml:29: Unable to resolve artifact: Missing:

/Users/michaelwechner/src/wyona/public/git/yanel/src/contributions/resources/xinha/src/build/dependencies.xml:27: Unable to resolve artifact: Missing:

1) org.hibernate:jtidy-r8:jar:20060801

Try downloading the file manually from the project website.

Then, install it using the command: mvn install:install-file -DgroupId=org.hibernate -DartifactId=jtidy-r8 -Dversion=20060801 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.hibernate -DartifactId=jtidy-r8 -Dversion=20060801 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency: 1) org.apache.maven:super-pom:jar:2.0 2) org.hibernate:jtidy-r8:jar:20060801


1 required artifact is missing.

for artifact: org.apache.maven:super-pom:jar:2.0