[Engine-devel] missing artifacts?
Doron Fediuck
dfediuck at redhat.com
Thu Nov 10 13:59:03 UTC 2011
Hi Duncan,
long time, mate ;)
In the ovirt wiki link you posted, there's all the relevant entries
needed. Specifically these to items can be found in the jboss-public-repository-group repo in the XML:
org.jboss.security:jbosssx-bare:jar:2.0.4
https://repository.jboss.org/nexus/content/groups/public/org/jboss/security/jbosssx-bare/2.0.4/
sun-jaxb:jaxb-impl:jar:2.2
https://repository.jboss.org/nexus/content/groups/public/sun-jaxb/jaxb-impl/2.2/
Can you make sure your Jenkins machine can http to this server?
Let me know if you need more help.
Doron
On Thursday 10 November 2011 15:37:36 Duncan Mac-Vicar P. wrote:
>
> Hi guys,
>
> At the workshop I remember lot of artifacts were missing in the maven
> repos. I was told that the settings.xml had a bug and contained an
> internal repository. I solved it by installing required artifacts by hand.
>
> Now I am trying to build it in jenkins, and there are two artifacts
> missing, any ideas what repos are missing in the settings.xml mentioned
> in http://ovirt.org/wiki/Building_Ovirt_Engine ?
>
> Missing:
> ----------
> 1) org.jboss.security:jbosssx-bare:jar:2.0.4
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.jboss.security
> -DartifactId=jbosssx-bare -Dversion=2.0.4 -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.security
> -DartifactId=jbosssx-bare -Dversion=2.0.4 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.ovirt.engine.core:engineencryptutils:jar:3.0.0-0001
> 2) org.jboss.security:jbosssx-bare:jar:2.0.4
>
> 2) sun-jaxb:jaxb-impl:jar:2.2
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=sun-jaxb
> -DartifactId=jaxb-impl -Dversion=2.2 -Dpackaging=jar -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the
> file there:
> mvn deploy:deploy-file -DgroupId=sun-jaxb -DartifactId=jaxb-impl
> -Dversion=2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.ovirt.engine.core:engineencryptutils:jar:3.0.0-0001
> 2) sun-jaxb:jaxb-impl:jar:2.2
>
>
--
/d
"Do not look into laser with remaining eye." --On a laser pointer user-manual
More information about the Engine-devel
mailing list