OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | exoplatform List | August 2007 Index

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

Added dependencies to the build process


  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/



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

Reply via email to:

Powered by MHonArc.

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