Author: vsiveton
Date: Fri Jul 4 14:39:56 2008
New Revision: 674128
URL: http://svn.apache.org/viewvc?rev=674128&view=rev
Log:
MPIR-78: Unable to exclude scm anonymous access info
o updated documentation and faq
Modified:
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml
Modified:
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt?rev=674128&r1=674127&r2=674128&view=diff
==============================================================================
---
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt
(original)
+++
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt
Fri Jul 4 14:39:56 2008
@@ -3,7 +3,7 @@
------
The Maven Team
------
- 12 March 2007
+ 2008-07-04
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -66,3 +66,22 @@
[...]
</project>
+-----------------+
+
+* {How to exclude SCM anonymous access info?}
+
+ Just do not specify the \<connection/\> tag in the \<scm/\> tag. For
instance, you could have:
+
++-----------------+
+<project>
+ ...
+ <scm>
+ <!-- Unspecified <connection/> tag -->
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/</developerConnection>
+
<url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/</url>
+ </scm>
+ ...
+</project>
++-----------------+
+
+ <<Note>>: Due to {{{http://plexus.codehaus.org}Plexus}} design, it is not
possible to specify an empty value using
+ the \<anonymousConnection/\> configuration element.
Modified:
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml?rev=674128&r1=674127&r2=674128&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml
(original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml
Fri Jul 4 14:39:56 2008
@@ -29,5 +29,14 @@
</p>
</answer>
</faq>
+
+ <faq id="How to exclude SCM anonymous access info">
+ <question>How to exclude SCM access info?</question>
+ <answer>
+ <p>
+ See the <a
href="examples/scm-report.html#How_to_exclude_SCM_anonymous_access_info">SCM
report documentation</a>.
+ </p>
+ </answer>
+ </faq>
</part>
-</faqs>
\ No newline at end of file
+</faqs>