Thank you for your reply,
I have installed jfrog artifactory maven repo on an internal server, and looking to deploy or find out how to delpoy any missing dependency to avoid getting into this in the future.
dep I am having problems with:

Path to dependency:
       1) org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:maven-plugin:0.5
       2) org.jfrog.maven.annomojo:maven-plugin-anno:jar:1.2.4

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

for artifact:
 org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:maven-plugin:0.5


I am  having some issues with this as well:

Missing:
----------
1) org.hibernate:hibernate-entitymanager:jar:pom:3.3.2.GA

 Try downloading the file manually from:
     http://hibernate.org

 Then, install it using the command:
mvn install:install-file -DgroupId=org.hibernate -DartifactId=hibernate-entitymanager \ -Dversion=3.3.2.GA -Dclassifier=pom -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.3.2.GA -Dclassifier=pom -Dpackaging=jar -Dfile=/path/to/file \
          -Durl=[url] -DrepositoryId=[id]

.......

What artifact do I download to get all the dep installed locally on my internal maven repo ? Is there's a lost of all the artifact that are missing from central.




Edelson, Justin wrote:
Use a repository manager and deploy the artifact to a '3rd party' repository.

Did you check if the artifact in question is available via the jboss repo?

Justin

----- Original Message -----
From: Mansour <[EMAIL PROTECTED]>
To: Maven Users List <users@maven.apache.org>
Sent: Wed Oct 29 09:26:46 2008
Subject: hibernate-entitymanager I am trying to add hibernate-entitymanager dependency using maven. I am getting an error about missing artifact. I have seen posts about resolving this by manaully installing the dependency. There should be a better way to get this done. If I install the artifact manualy then other developers will have to do the same. Is there a cleaner way ?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to