OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | exoplatform List | August 2007 Index

<--  Date Index  --> <--  Thread Index  -->

Re: Added dependencies to the build process


Same kind of problem in
svn://svn.forge.objectweb.org/svnroot/exoplatform/projects/kernel/trunk/container/pom.xml

The dependencies on jibx use the groupId "jibx" it should be
"org.jibx" to be in sync with the current jibx repository.

I dont know if those changes should actually be incorporated in SVN,
but at least they might be usefull to somebody else trying to build
eXo ...

On 16/08/07, Guillaume Lederrey <guillaume.lederrey@xxxxxxxxx> wrote:
>   Hello !
>
>   While testing eXo, I tried to have a look at the sources from
> svn://svn.forge.objectweb.org/svnroot/exoplatform/projects/kernel/trunk
>
> It seems that there is a missing repository configuration in the
> pom.xml. Actually, you might be using a custom settings.xml in your
> maven installation, but I think it would be easier if the following is
> added to the pom.xml :
>
> <repositories>
>   <repository>
>     <id>jibx.sf.net</id>
>     <name>JiBX repository</name>
>     <url>http://jibx.sf.net/maven2</url>
>     <releases>
>       <updatePolicy>never</updatePolicy>
>     </releases>
>     <snapshots>
>       <enabled>false</enabled>
>     </snapshots>
>   </repository>
> </repositories>
> <pluginRepositories>
>   <pluginRepository>
>     <id>jibx.sf.net</id>
>     <name>JiBX repository</name>
>     <url>http://jibx.sf.net/maven2</url>
>     <releases>
>       <updatePolicy>never</updatePolicy>
>     </releases>
>     <snapshots>
>       <enabled>false</enabled>
>     </snapshots>
>   </pluginRepository>
> </pluginRepositories>
>
>
> I hope it helps ...
> --
> Jabber : gehel@xxxxxxxxxxx
> Skype : Guillaume.Lederrey
> Projects :
> * http://rwanda.wordpress.com/
> * http://rwandatech.wordpress.com/
>


-- 
Jabber : gehel@xxxxxxxxxxx
Skype : Guillaume.Lederrey
Projects :
* http://rwanda.wordpress.com/
* http://rwandatech.wordpress.com/



<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.