r1489 - xwiki/trunk/core

Vincent Massol vmassol at users.forge.objectweb.org
Thu Nov 2 15:14:27 CET 2006


Author: vmassol
Date: 2006-11-02 15:14:27 +0100 (Thu, 02 Nov 2006)
New Revision: 1489

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

* The servlet JAR must have a runtime scope as it's provided with the container at runtime


Modified: xwiki/trunk/core/pom.xml
===================================================================
--- xwiki/trunk/core/pom.xml	2006-11-02 09:08:40 UTC (rev 1488)
+++ xwiki/trunk/core/pom.xml	2006-11-02 14:14:27 UTC (rev 1489)
@@ -349,6 +349,7 @@
       <!-- Note: The 2.4 version is not technically correct as 2.4 corresponds to a specification # and is not an
            implementation version. The central repo would need to be fixed... -->
       <version>2.4</version>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 </project>





More information about the Xwiki-notifications mailing list