Author: vmassol
Date: 2008-02-08 01:51:07 +0100 (Fri, 08 Feb 2008)
New Revision: 7364

Modified:
   xwiki-products/curriki/trunk/gwt/pom.xml
   xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/pom.xml
   
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/selenium-tests/pom.xml
   
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/xmlrpc-tests/pom.xml
   xwiki-products/xwiki-enterprise-manager/trunk/wikis/xem-administrator/pom.xml
   xwiki-products/xwiki-enterprise/trunk/distribution-test/misc-tests/pom.xml
   xwiki-products/xwiki-enterprise/trunk/distribution-test/pom.xml
   
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml
   xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml
   xwiki-products/xwiki-watch/trunk/gwt/pom.xml
   xwiki-products/xwiki-watch/trunk/pom.xml
Log:
XWIKI-2082: Move all tools build modules to the com.xpn.xwiki.platform.tools 
groupId

* Fixed watch build

+ Replaced codehaus dep plugin by the apache one since the codehaus one has 
been deprecated since a long time ago anf this fixes the XEM build too

Modified: xwiki-products/curriki/trunk/gwt/pom.xml
===================================================================
--- xwiki-products/curriki/trunk/gwt/pom.xml    2008-02-08 00:19:43 UTC (rev 
7363)
+++ xwiki-products/curriki/trunk/gwt/pom.xml    2008-02-08 00:51:07 UTC (rev 
7364)
@@ -138,8 +138,8 @@
     <plugins>
       <!-- Download and unpack the GWT compiler -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
             <id>unzip-gwt-compiler</id>

Modified: 
xwiki-products/xwiki-enterprise/trunk/distribution-test/misc-tests/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/distribution-test/misc-tests/pom.xml  
2008-02-08 00:19:43 UTC (rev 7363)
+++ xwiki-products/xwiki-enterprise/trunk/distribution-test/misc-tests/pom.xml  
2008-02-08 00:51:07 UTC (rev 7364)
@@ -59,8 +59,8 @@
       </plugin>
       <!-- Step 3: Unpack the application -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
       </plugin>
       <!-- Step 4: Start XWiki, Execute the tests and Stop XWiki -->
       <plugin>

Modified: xwiki-products/xwiki-enterprise/trunk/distribution-test/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/distribution-test/pom.xml     
2008-02-08 00:19:43 UTC (rev 7363)
+++ xwiki-products/xwiki-enterprise/trunk/distribution-test/pom.xml     
2008-02-08 00:51:07 UTC (rev 7364)
@@ -86,8 +86,8 @@
         </plugin>
         <!-- Unpack the XWiki application -->
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>dependency-maven-plugin</artifactId>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
           <executions>
             <execution>
               <id>unzip-application</id>

Modified: 
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml  
    2008-02-08 00:19:43 UTC (rev 7363)
+++ 
xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/pom.xml  
    2008-02-08 00:51:07 UTC (rev 7364)
@@ -55,8 +55,8 @@
       </plugin>
       <!-- Step 3: Unpack the application -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
       </plugin>
       <!-- Step 4: Start Selenium -->
       <plugin>

Modified: 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml    
    2008-02-08 00:19:43 UTC (rev 7363)
+++ 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/pom.xml    
    2008-02-08 00:51:07 UTC (rev 7364)
@@ -83,8 +83,8 @@
       </plugin>
       <!-- Step 3: Unpack the application -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
       </plugin>
       <!-- Step 4: Start XWiki, Execute the tests and Stop XWiki -->
       <plugin>

Modified: 
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/pom.xml     
2008-02-08 00:19:43 UTC (rev 7363)
+++ xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/pom.xml     
2008-02-08 00:51:07 UTC (rev 7364)
@@ -88,8 +88,8 @@
         </plugin>
         <!-- Unpack the XWiki application -->
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>dependency-maven-plugin</artifactId>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
           <executions>
             <execution>
               <id>unzip-application</id>

Modified: 
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/selenium-tests/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/selenium-tests/pom.xml
      2008-02-08 00:19:43 UTC (rev 7363)
+++ 
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/selenium-tests/pom.xml
      2008-02-08 00:51:07 UTC (rev 7364)
@@ -64,8 +64,8 @@
       </plugin>
       <!-- Step 3: Unpack the application -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
       </plugin>
       <!-- Step 4: Start Selenium -->
       <plugin>

Modified: 
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/xmlrpc-tests/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/xmlrpc-tests/pom.xml
        2008-02-08 00:19:43 UTC (rev 7363)
+++ 
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/xmlrpc-tests/pom.xml
        2008-02-08 00:51:07 UTC (rev 7364)
@@ -92,8 +92,8 @@
       </plugin>
       <!-- Step 3: Unpack the application -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
       </plugin>
       <!-- Step 4: Start XWiki, Execute the tests and Stop XWiki -->
       <plugin>

Modified: 
xwiki-products/xwiki-enterprise-manager/trunk/wikis/xem-administrator/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise-manager/trunk/wikis/xem-administrator/pom.xml   
    2008-02-08 00:19:43 UTC (rev 7363)
+++ 
xwiki-products/xwiki-enterprise-manager/trunk/wikis/xem-administrator/pom.xml   
    2008-02-08 00:51:07 UTC (rev 7364)
@@ -57,8 +57,8 @@
     <plugins>
       <!-- Step 1: Download XE xar -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
             <!-- <phase>generate-sources</phase> -->

Modified: xwiki-products/xwiki-watch/trunk/gwt/pom.xml
===================================================================
--- xwiki-products/xwiki-watch/trunk/gwt/pom.xml        2008-02-08 00:19:43 UTC 
(rev 7363)
+++ xwiki-products/xwiki-watch/trunk/gwt/pom.xml        2008-02-08 00:51:07 UTC 
(rev 7364)
@@ -54,8 +54,8 @@
     <plugins>
       <!-- Download and unpack the GWT compiler -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
             <id>unzip-gwt-compiler</id>

Modified: xwiki-products/xwiki-watch/trunk/pom.xml
===================================================================
--- xwiki-products/xwiki-watch/trunk/pom.xml    2008-02-08 00:19:43 UTC (rev 
7363)
+++ xwiki-products/xwiki-watch/trunk/pom.xml    2008-02-08 00:51:07 UTC (rev 
7364)
@@ -47,7 +47,8 @@
     
<platform.tool.xar-plugin.version>1.8-SNAPSHOT</platform.tool.xar-plugin.version>
     
<platform.tool.configuration.version>1.8-SNAPSHOT</platform.tool.configuration.version>
     <platform.tool.jetty.version>1.8-SNAPSHOT</platform.tool.jetty.version>
-    <platform.tool.xmldoc.version>1.8-SNAPSHOT</platform.tool.xmldoc.version>
+    
<platform.tool.packager.version>1.8-SNAPSHOT</platform.tool.packager.version>
+    <platform.tool.xmldoc.version>1.0-SNAPSHOT</platform.tool.xmldoc.version>
     <platform.core.version>1.3-SNAPSHOT</platform.core.version>
     <platform.web.version>1.3-SNAPSHOT</platform.web.version>
     <product.enterprise.version>1.3-SNAPSHOT</product.enterprise.version>

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to