Skip to content

Instantly share code, notes, and snippets.

@emmanuelbernard
Created January 4, 2011 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmanuelbernard/764938 to your computer and use it in GitHub Desktop.
Save emmanuelbernard/764938 to your computer and use it in GitHub Desktop.
Missing:
----------
1) org.hibernate:hibernate-core:jar:3.6.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.hibernate -DartifactId=hibernate-core -Dversion=3.6.1-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=org.hibernate -DartifactId=hibernate-core -Dversion=3.6.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.hibernate:hibernate-search:jar:3.4.0-SNAPSHOT
2) org.hibernate:hibernate-core:jar:3.6.1-SNAPSHOT
2) org.hibernate:hibernate-entitymanager:jar:3.6.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.hibernate -DartifactId=hibernate-entitymanager -Dversion=3.6.1-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=org.hibernate -DartifactId=hibernate-entitymanager -Dversion=3.6.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.hibernate:hibernate-search:jar:3.4.0-SNAPSHOT
2) org.hibernate:hibernate-entitymanager:jar:3.6.1-SNAPSHOT
3) org.hibernate:hibernate-testing:jar:3.6.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.hibernate -DartifactId=hibernate-testing -Dversion=3.6.1-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=org.hibernate -DartifactId=hibernate-testing -Dversion=3.6.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.hibernate:hibernate-search:jar:3.4.0-SNAPSHOT
2) org.hibernate:hibernate-testing:jar:3.6.1-SNAPSHOT
----------
3 required artifacts are missing.
for artifact:
org.hibernate:hibernate-search:jar:3.4.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment