Author: michiel
Date: 2009-12-08 10:34:34 +0100 (Tue, 08 Dec 2009)
New Revision: 40143

Modified:
   mmbase/trunk/maven-base/pom.xml
Log:
added jetty-version to the generic pom

Modified: mmbase/trunk/maven-base/pom.xml
===================================================================
--- mmbase/trunk/maven-base/pom.xml     2009-12-08 09:03:34 UTC (rev 40142)
+++ mmbase/trunk/maven-base/pom.xml     2009-12-08 09:34:34 UTC (rev 40143)
@@ -273,6 +273,34 @@
         </plugin>
 
         <plugin>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>jetty-maven-plugin</artifactId>
+          <version>7.0.0.pre5</version>
+          <configuration>
+            <systemProperties>
+              <systemProperty>
+                <name>com.sun.management.jmxremote</name>
+                <value>true</value>
+              </systemProperty>
+            </systemProperties>
+          </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>c3p0</groupId>
+              <artifactId>c3p0</artifactId>
+              <version>0.9.1.2</version>
+              <scope>runtime</scope>
+            </dependency>
+
+            <dependency>
+              <groupId>hsqldb</groupId>
+              <artifactId>hsqldb</artifactId>
+              <version>1.8.0.7</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
           <configuration>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to