Author: brett Date: Fri Sep 2 23:58:29 2005 New Revision: 267428 URL: http://svn.apache.org/viewcvs?rev=267428&view=rev Log: remove non-existant properties
Modified: maven/maven-1/plugins/trunk/test/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/test/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/test/xdocs/properties.xml?rev=267428&r1=267427&r2=267428&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/test/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/test/xdocs/properties.xml Fri Sep 2 23:58:29 2005 @@ -139,74 +139,6 @@ </td> </tr> <tr> - <td>maven.iutest.dest</td> - <td>Yes</td> - <td> - 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 - <code>${maven.build.dir}/iutest-classes</code>. - </td> - </tr> - <tr> - <td>maven.iutest.dir</td> - <td>Yes</td> - <td> - 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 - <code>${maven.integrationUnitTestSourceDirectory}</code>. - </td> - </tr> - <tr> - <td>maven.out.test.dir</td> - <td>Yes</td> - <td> - Specifies the directory where the integration unit testing - is run. The default value is <code>${build.dir}/iutest</code>. - </td> - </tr> - <tr> - <td>maven.webapp.dir</td> - <td>Yes</td> - <td> - Specifies the directory of the web application used to - perform integration unit testing. The default value is - <code>${iutest.dir}/testapp</code>. - </td> - </tr> - <tr> - <td>maven.conf.test.dir</td> - <td>Yes</td> - <td> - Specifies the configuration directory used to build the - web application used for integration unit testing. The - default value is <code>${iutest.dir}/cactus</code>. - </td> - </tr> - <tr> - <td>maven.tomcat.home</td> - <td>Yes</td> - <td> - Specifies your local Tomcat installation directory. - The default value is <code>${tdk.home}</code>. If - <code>${tdk.home}</code> is not specified in your - <code>${user.home}/build.properties</code>, you should set - this property. This is used for the integration unit - testing. - </td> - </tr> - <tr> - <td>maven.test.port</td> - <td>Yes</td> - <td> - Specifies the port that Tomcat will use for integration - unit testing. The default value is <code>8192</code>. - </td> - </tr> - <tr> <td>maven.junit.jvmargs</td> <td>Yes</td> <td> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]