From 0911a018b659c34cbac29f32fbd8527cf9b5e391 Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 3 Sep 2005 06:58:29 +0000 Subject: [PATCH] remove non-existant properties git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@267428 13f79535-47bb-0310-9956-ffa450edef68 --- test/xdocs/properties.xml | 68 --------------------------------------- 1 file changed, 68 deletions(-) diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index d0175898..aa7f2267 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -138,74 +138,6 @@

- - maven.iutest.dest - Yes - - Specifies the integration unit test classes directory. - This is the location where the java classes for the - integration unit test source code will be generated to. - The default value is - ${maven.build.dir}/iutest-classes. - - - - maven.iutest.dir - Yes - - Specifies the integration unit test source directory. - This property should never be overridden as the value is - determined directly from the project descriptor. The - default value is - ${maven.integrationUnitTestSourceDirectory}. - - - - maven.out.test.dir - Yes - - Specifies the directory where the integration unit testing - is run. The default value is ${build.dir}/iutest. - - - - maven.webapp.dir - Yes - - Specifies the directory of the web application used to - perform integration unit testing. The default value is - ${iutest.dir}/testapp. - - - - maven.conf.test.dir - Yes - - Specifies the configuration directory used to build the - web application used for integration unit testing. The - default value is ${iutest.dir}/cactus. - - - - maven.tomcat.home - Yes - - Specifies your local Tomcat installation directory. - The default value is ${tdk.home}. If - ${tdk.home} is not specified in your - ${user.home}/build.properties, you should set - this property. This is used for the integration unit - testing. - - - - maven.test.port - Yes - - Specifies the port that Tomcat will use for integration - unit testing. The default value is 8192. - - maven.junit.jvmargs Yes