------ Customize the SCM Report ------ The Maven Team ------ 2010-09-07 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one ~~ or more contributor license agreements. See the NOTICE file ~~ distributed with this work for additional information ~~ regarding copyright ownership. The ASF licenses this file ~~ to you 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 Customize the SCM Report By default, the SCM Report uses the information configured (or inherited) in the <<<\>>> element of <<>>. To override these values, you can configure the <<>>, <<>> and <<>> properties. This feature is useful when the project website is stored in a separate module, and you want the SCM report to give instructions for checking out the project trunk. <> This feature is available in version 2.1+ of this plugin. +-----------------+ ... scm:svn:http://svn.example.org/repo/project/trunk/site scm:svn:https://svn.example.org/repo/project/trunk/site http://svn.example.org/viewvc/project/trunk/site ... org.apache.maven.plugins maven-project-info-reports-plugin ${project.version} http://svn.example.org/viewvc/project/trunk scm:svn:http://svn.example.org/repo/project/trunk scm:svn:https://svn.example.org/repo/project/trunk ... ... +-----------------+ * {How to exclude SCM anonymous access info?} Just do not specify the <<<\>>> tag in the <<<\>>> tag. For instance, you could have: +-----------------+ ... scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/ http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/ ... +-----------------+ <>: Due to {{{http://plexus.codehaus.org}Plexus}} design, it is not possible to specify an empty value using the <<<\>>> configuration element.