>   org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:maven-plugin:0.5
This artifact is in the java.net repository: http://download.java.net/maven/2
 
> org.hibernate:hibernate-entitymanager:jar:pom:3.3.2.GA
This is in central: 
http://repo1.maven.org/maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom.
 Perhaps you have artifactory misconfigured.
 
> What artifact do I download to get all the dep installed locally on my 
> internal maven repo ?
Ideally, publishers of artifacts that aren't in central indicate that on their 
site somewhere. For example, on the homepage of the jaxb2 plugin mentioned 
below (https://maven-jaxb2-plugin.dev.java.net/), it's explicitly stated that 
you need to include the java.net repositories. 
 
> Is there's a lost of all the artifact that are missing from central.
Not that I'm aware of. But it would make sense to have a Wiki page listing all 
of the known public repositories.
 
 

________________________________

From: Mansour [mailto:[EMAIL PROTECTED]
Sent: Thu 10/30/2008 11:53 AM
To: Maven Users List
Subject: Re: hibernate-entitymanager



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 <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