r1444 - xwiki/trunk/core

Vincent Massol vmassol at users.forge.objectweb.org
Sun Oct 22 11:43:38 CEST 2006


Author: vmassol
Date: 2006-10-22 11:43:37 +0200 (Sun, 22 Oct 2006)
New Revision: 1444

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

* Added googleapi and graffito jars

Modified: xwiki/trunk/core/pom.xml
===================================================================
--- xwiki/trunk/core/pom.xml	2006-10-22 09:32:34 UTC (rev 1443)
+++ xwiki/trunk/core/pom.xml	2006-10-22 09:43:37 UTC (rev 1444)
@@ -94,6 +94,22 @@
       <version>1.1</version>
     </dependency>
 
+    <!-- We need to find what version of the googleapi we're using and get that to the main m2 repo if the license
+         allows it -->
+    <dependency>
+      <groupId>com.google</groupId>
+      <artifactId>googleapi</artifactId>
+      <version>UNKNOWN</version>
+      <classifier>xwiki</classifier>
+    </dependency>
+
+    <!-- There's no release of Graffito yet (http://incubator.apache.org/graffito/jcr-mapping/index.html) -->
+    <dependency>
+      <groupId>org.apache.portals</groupId>
+      <artifactId>graffito-jcr-mapping</artifactId>
+      <version>1.0-a1-amelentev-dev</version>
+    </dependency>
+
     <!-- Standard dependencies found in the main Maven remote repository -->
 
     <dependency>





More information about the Xwiki-notifications mailing list