------ Custom Location of the Surefire Report ------ Allan Ramirez ------ July 2006 ------ ~~ Copyright 2006 The Apache Software Foundation. ~~ ~~ Licensed under the Apache License, Version 2.0 (the "License"); ~~ you may not use this file except in compliance with the License. ~~ You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0 ~~ ~~ Unless required by applicable law or agreed to in writing, software ~~ distributed under the License is distributed on an "AS IS" BASIS, ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~~ See the License for the specific language governing permissions and ~~ limitations under the License. ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html Configuring the Output Location as part of the Project Reports To change the location of the generated output report along with other project reports. The <> property of both <<>> and <<>> should be set to the new path. For more information, see the documentation of the {{{http://maven.apache.org/plugins/maven-site-plugin/}Maven Site Plugin}}. +----+ [...] org.apache.maven.plugins maven-surefire-report-plugin ${project.version} ${basedir}/target/newsite org.apache.maven.plugins maven-site-plugin 2.1 ${basedir}/target/newsite [...] +----+ Please take note that if the <> of the Site Plugin is not configured, the output location of the Surefire report will still be the default. * Configuring the Output Location using Standalone Goal To change the location of the generated output report using the standalone goal, the <> property should be set to the new path. +---+ mvn surefire-report:report -DoutputDirectory=newpath +---+