[hibernate-dev] Unable to build core

Emmanuel Bernard emmanuel at hibernate.org
Wed Dec 9 03:27:34 EST 2009


I can't build core on a fresh machine, any help?

Missing:
----------
1) org.jboss.javaee:jboss-jacc-api:jar:1.1.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.jboss.javaee -DartifactId=jboss-jacc-api -Dversion=1.1.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.jboss.javaee -DartifactId=jboss-jacc-api -Dversion=1.1.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.hibernate:hibernate-core:jar:3.5.0-SNAPSHOT
  	2) org.jboss.javaee:jboss-jacc-api:jar:1.1.1-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  org.hibernate:hibernate-core:jar:3.5.0-SNAPSHOT

from the specified remote repositories:
  jboss-snapshot (http://snapshots.jboss.org/maven2),
  central (http://repo1.maven.org/maven2),
  jboss (http://repository.jboss.com/maven2)





More information about the hibernate-dev mailing list