r1388 - xwiki/trunk/core

Vincent Massol vmassol at users.forge.objectweb.org
Fri Oct 13 16:39:03 CEST 2006


Author: vmassol
Date: 2006-10-13 16:39:02 +0200 (Fri, 13 Oct 2006)
New Revision: 1388

Modified:
   xwiki/trunk/core/
   xwiki/trunk/core/pom.xml
Log:
XWIKI-12: Reorganize directory structure to match Maven2 best practices and cleanup build

* Added commons-io lib + new todos/jars to sort out in core/pom.xml



Property changes on: xwiki/trunk/core
___________________________________________________________________
Name: svn:ignore
   + target


Modified: xwiki/trunk/core/pom.xml
===================================================================
--- xwiki/trunk/core/pom.xml	2006-10-13 13:57:10 UTC (rev 1387)
+++ xwiki/trunk/core/pom.xml	2006-10-13 14:39:02 UTC (rev 1388)
@@ -30,7 +30,11 @@
 jackrabbit: problem with the jackrabbit POM including lots of dependencies which should probabyl be optional and
             in addition there's a failed dep: jsr170:jcr:jar:1.0 (should be javax.jcr). Reported in
             http://jira.codehaus.org/browse/MEV-453
-
+alexa.jar: what version are we using? Is the license compatible?
+oscache.jar : there's only version 2.3 on repo1.maven.org. In lib/ it says 2.3.2M. We need to upload version 2.3.2 to
+              the central repo
+googleaddwords.jar: what version and license?
+              
 -->
 
 <project>
@@ -66,6 +70,11 @@
       <version>3.2</version>
     </dependency>
     <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
       <version>1.4.1</version>





More information about the Xwiki-notifications mailing list