Author: sgoeschl
Date: Mon May 5 08:37:34 2008
New Revision: 653505
URL: http://svn.apache.org/viewvc?rev=653505&view=rev
Log:
Pulling in test dependencies for the jetty plugin - this allows to use test
classes (e.g. servlets)
Modified:
commons/sandbox/monitoring/trunk/pom.xml
Modified: commons/sandbox/monitoring/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/pom.xml?rev=653505&r1=653504&r2=653505&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/pom.xml Mon May 5 08:37:34 2008
@@ -212,6 +212,7 @@
<version>6.1.7</version>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
+ <useTestClasspath>true</useTestClasspath>
<webAppConfig>
<contextPath>/monitoring</contextPath>
<tempDirectory>${project.build.directory}/work</tempDirectory>