You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/07/13 22:37:29 UTC

svn commit: r556137 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/site: apt/examples/individual-reports.apt apt/examples/scm-report.apt apt/examples/selective-project-info-reports.apt apt/index.apt apt/usage.apt site.xml

Author: dennisl
Date: Fri Jul 13 13:37:28 2007
New Revision: 556137

URL: http://svn.apache.org/viewvc?view=rev&rev=556137
Log:
o Sync the page titles.
o Use the standard indentation (2 spaces) in pom examples.
o Adjust formating.

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt
    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/apt/examples/selective-project-info-reports.apt
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt?view=diff&rev=556137&r1=556136&r2=556137
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt Fri Jul 13 13:37:28 2007
@@ -1,5 +1,5 @@
  ------
- Maven 2 Project Info Report Plugin - running selective reports
+ Run Individual Reports
  ------
  Johnny R. Ruiz III
  <jr...@exist.com>
@@ -28,9 +28,11 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
 
-Run Individual Report
+Run Individual Reports
 
- Each Individual reports can be generated without configuring anything in the <<<pom.xml>>>, check the table in
- {{{../plugin-info.html}Goals}} for the complete goals list.
+ Each individual report can be generated without configuring anything in the
+ <<<pom.xml>>>. Check the table in {{{../plugin-info.html}Goals}} for the
+ complete list of goals.
 
-  <<The generated reports using this method does not contain any navigational links.>>
+ <<Note:>> The reports generated using this method does not contain any
+ navigational links.

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?view=diff&rev=556137&r1=556136&r2=556137
==============================================================================
--- 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 13 13:37:28 2007
@@ -1,5 +1,5 @@
  ------
- Maven 2 Project Info Report Plugin - SCM Report
+ SCM Report
  ------
  The Maven Team
  ------
@@ -37,32 +37,32 @@
   a separate module, and you want the SCM report to give instructions for
   checking out the project trunk.
 
-  <Note: this feature is available in version 2.1+>
+  <<Note:>> This feature is available in version 2.1+ of this plugin.
 
 +-----------------+
-  <project>
-     [...]
-     <scm>
-        <connection>scm:svn:http://svn.example.org/repo/project/trunk/site</connection>
-        <developerConnection>scm:svn:https://svn.example.org/repo/project/trunk/site</developerConnection>
-        <url>http://svn.example.org/viewvc/project/trunk/site</url>
-     </scm>
-     [...]
-        <reporting>
-           [...]
-            <plugins>
-              <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-project-info-reports-plugin</artifactId>
-                  <configuration>
-                     <webAccessUrl>http://svn.example.org/viewvc/project/trunk</webAccessUrl>
-                     <anonymousConnection>scm:svn:http://svn.example.org/repo/project/trunk</anonymousConnection>
-                     <developerConnection>scm:svn:https://svn.example.org/repo/project/trunk</developerConnection>
-                  </configuration>
-              </plugin>
-            </plugins>
-           [...]
-        <reporting>
-     [...]
-  </project>
+<project>
+  [...]
+  <scm>
+    <connection>scm:svn:http://svn.example.org/repo/project/trunk/site</connection>
+    <developerConnection>scm:svn:https://svn.example.org/repo/project/trunk/site</developerConnection>
+    <url>http://svn.example.org/viewvc/project/trunk/site</url>
+  </scm>
+  [...]
+  <reporting>
+    [...]
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <configuration>
+          <webAccessUrl>http://svn.example.org/viewvc/project/trunk</webAccessUrl>
+          <anonymousConnection>scm:svn:http://svn.example.org/repo/project/trunk</anonymousConnection>
+          <developerConnection>scm:svn:https://svn.example.org/repo/project/trunk</developerConnection>
+        </configuration>
+      </plugin>
+    </plugins>
+    [...]
+  <reporting>
+  [...]
+</project>
 +-----------------+

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt?view=diff&rev=556137&r1=556136&r2=556137
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt Fri Jul 13 13:37:28 2007
@@ -1,5 +1,5 @@
  ------
- Maven 2 Project Info Report Plugin - running selective reports
+ Run Selective Reports
  ------
  Johnny R. Ruiz III
  <jr...@exist.com>
@@ -34,31 +34,31 @@
  Use "mvn site:site" to generate the selected reports.
 
 +-----------------+
-  <project>
-     [...]
-        <reporting>
-           [...]
-            <plugins>
-              <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-project-info-reports-plugin</artifactId>
-                  <reportSets>
-                     <reportSet>
-                        <reports>
-                           <report>dependencies</report>
-                           <report>project-team</report>
-                           <report>mailing-list</report>
-                           <report>cim</report>
-                           <report>issue-tracking</report>
-                           <report>license</report>
-                           <report>scm</report>
-                        </reports>
-                     </reportSet>
-                  </reportSets>
-              </plugin>
-            </plugins>
-           [...]
-        <reporting>
-     [...]
-  </project>
+<project>
+  [...]
+  <reporting>
+    [...]
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependencies</report>
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>cim</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+    [...]
+  </reporting>
+  [...]
+</project>
 +-----------------+

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt?view=diff&rev=556137&r1=556136&r2=556137
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt Fri Jul 13 13:37:28 2007
@@ -1,5 +1,5 @@
  ------
- Maven 2 Project Info Reports Plugin
+ Introduction
  ------
  Johnny R. Ruiz III
  <jr...@exist.com>

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt?view=diff&rev=556137&r1=556136&r2=556137
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt Fri Jul 13 13:37:28 2007
@@ -1,5 +1,5 @@
  ------
- Maven 2 Project Info Report Plugin
+ Usage
  ------
  Johnny R. Ruiz III
  <jr...@exist.com>
@@ -28,19 +28,21 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
 
-Introduction
+Usage
 
- Maven has been configured to run the project info reports by default. There's no need to configure anything in
- your <<<pom.xml>>> to generate all the project information reports.
+ Maven has been configured to run the project info reports by default. There's
+ no need to configure anything in your <<<pom.xml>>> to generate the project
+ information reports.
 
  Simply running
 
 +------------+
-   mvn site
+mvn site
 +------------+
 
- would generate the project information documentation. For more information on how to customize the project information
- plugin, check the examples on the {{{index.html}Introduction}} page.
+ would generate the project information documentation. For more information on
+ how to customize the project information plugin, check the examples on the
+ {{{index.html}Introduction}} page.
 
 
 

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml?view=diff&rev=556137&r1=556136&r2=556137
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml Fri Jul 13 13:37:28 2007
@@ -28,8 +28,8 @@
       <item name="FAQ" href="faq.html"/>
     </menu>
     <menu name="Examples">
-      <item name="Selective Reports" href="examples/selective-project-info-reports.html"/>
-      <item name="Individual Reports" href="examples/individual-reports.html"/>
+      <item name="Run Selective Reports" href="examples/selective-project-info-reports.html"/>
+      <item name="Run Individual Reports" href="examples/individual-reports.html"/>
       <item name="SCM Report" href="examples/scm-report.html"/>
     </menu>
   </body>