------ 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/guides/mini/guide-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 about <<>>, please click {{{http://maven.apache.org/plugins/maven-site-plugin/}here}}. +----+ [...] org.apache.maven.plugins maven-surefire-report-plugin ${basedir}/target/newsite org.apache.maven.plugins maven-site-plugin ${basedir}/target/newsite [...] +----+ Please take note that if the <> of the <<>> 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 +---+