Hi,
Seems
http://snapshots.jboss.org/maven2/org/jboss/javaee/jboss-jacc-api/1.1.1-S...
is indeed empty.
Looking at my local repo my snapshot is from 2009-11-06 which makes it a
little older than a month now.
I guess this means it got deleted from the snapshot directory.
The same has happened with the jpamodelgen 1.0.0-SNAPSHOT used within
entitymanager. In this case I releases
a 1.0.0.Beta1 and updated the dependency in entitymanager.
For jboss-jacc-api there seems to be not release version yet for 1.1.1. So
we would need another snapshot
or some persistent release in the main repo.
Makes me wonder whether a lifetime of a month in the snapshot directory is
not a little short?
--Hardy
On Wed, 09 Dec 2009 05:27:34 -0300, Emmanuel Bernard
<emmanuel(a)hibernate.org> wrote:
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)
_______________________________________________
hibernate-dev mailing list
hibernate-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev