Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
michaelwechner opened this issue Dec 19, 2011 · 0 comments
Closed

Comments

@michaelwechner
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant