You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vs...@apache.org on 2005/09/27 14:39:22 UTC

svn commit: r291924 - in /maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt: howto.apt introduction.apt

Author: vsiveton
Date: Tue Sep 27 05:39:19 2005
New Revision: 291924

URL: http://svn.apache.org/viewcvs?rev=291924&view=rev
Log:
Corrected EOL for apt files. Thanks Brett.

Modified:
    maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/howto.apt   (contents, props changed)
    maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/introduction.apt   (contents, props changed)

Modified: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/howto.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/howto.apt?rev=291924&r1=291923&r2=291924&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/howto.apt (original)
+++ maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/howto.apt Tue Sep 27 05:39:19 2005
@@ -1,101 +1,101 @@
- ------
- Maven 2 Project Info Report Plugin
- ------
- Johnny R. Ruiz III
- <jr...@exist.com>
- ------
- September 20, 2005
-
-How to Use
-
- This plugin consists of several reports that you can run selectively, individually or even run all of them.  Please see below for instructions
- on how to configure your pom.xml to do this.
-
-
-*Run All Reports
-
- To include all Project Info Reports in your project, you must configure your pom.xml.
- Use "m2 site:site" to generate the configured reports.
-
--------------------
-<project>
-   ...
-      <reporting>
-         ...
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-             </plugin>
-         </plugins>
-         ...
-      <reporting>
-   ...
-</project>
--------------------
-
-*Run Selective Reports
-
- To run the reports selectively, you can configure it to include only the reports that you prefer.
- Use "m2 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>
--------------------
-
-*Run Individual Report
-
- How to run the reports directly without configuring anything from the pom.xml?
-
-*---------------------------------+----------------------------------------------+
-|<<Report Name>>                  | <<Command Line>>                             |
-|                                 |                                              |
-*---------------------------------+----------------------------------------------+
-|Dependencies Report              | m2 project-info-reports:dependencies         |
-*---------------------------------+----------------------------------------------+
-|Mailing Lists                    | m2 project-info-reports:mailing-list         |
-*---------------------------------+----------------------------------------------+
-|Continous Integration            | m2 project-info-reports:cim                  |
-*---------------------------------+----------------------------------------------+
-|Source Repository                | m2 project-info-reports:scm                  |
-*---------------------------------+----------------------------------------------+
-|Issue Tracking                   | m2 project-info-reports:issue-tracking       |
-*---------------------------------+----------------------------------------------+
-|Project Team                     | m2 project-info-reports:project-team         |
-*---------------------------------+----------------------------------------------+
-|License                          | m2 project-info-reports:license              |
-*---------------------------------+----------------------------------------------+
-
-
-
-  For full documentation, click {{{index.html}here}}.
-
-
-
+ ------
+ Maven 2 Project Info Report Plugin
+ ------
+ Johnny R. Ruiz III
+ <jr...@exist.com>
+ ------
+ September 20, 2005
+
+How to Use
+
+ This plugin consists of several reports that you can run selectively, individually or even run all of them.  Please see below for instructions
+ on how to configure your pom.xml to do this.
+
+
+*Run All Reports
+
+ To include all Project Info Reports in your project, you must configure your pom.xml.
+ Use "m2 site:site" to generate the configured reports.
+
+-------------------
+<project>
+   ...
+      <reporting>
+         ...
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+             </plugin>
+         </plugins>
+         ...
+      <reporting>
+   ...
+</project>
+-------------------
+
+*Run Selective Reports
+
+ To run the reports selectively, you can configure it to include only the reports that you prefer.
+ Use "m2 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>
+-------------------
+
+*Run Individual Report
+
+ How to run the reports directly without configuring anything from the pom.xml?
+
+*---------------------------------+----------------------------------------------+
+|<<Report Name>>                  | <<Command Line>>                             |
+|                                 |                                              |
+*---------------------------------+----------------------------------------------+
+|Dependencies Report              | m2 project-info-reports:dependencies         |
+*---------------------------------+----------------------------------------------+
+|Mailing Lists                    | m2 project-info-reports:mailing-list         |
+*---------------------------------+----------------------------------------------+
+|Continous Integration            | m2 project-info-reports:cim                  |
+*---------------------------------+----------------------------------------------+
+|Source Repository                | m2 project-info-reports:scm                  |
+*---------------------------------+----------------------------------------------+
+|Issue Tracking                   | m2 project-info-reports:issue-tracking       |
+*---------------------------------+----------------------------------------------+
+|Project Team                     | m2 project-info-reports:project-team         |
+*---------------------------------+----------------------------------------------+
+|License                          | m2 project-info-reports:license              |
+*---------------------------------+----------------------------------------------+
+
+
+
+  For full documentation, click {{{index.html}here}}.
+
+
+

Propchange: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/howto.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/introduction.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/introduction.apt?rev=291924&r1=291923&r2=291924&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/introduction.apt (original)
+++ maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/introduction.apt Tue Sep 27 05:39:19 2005
@@ -1,33 +1,33 @@
- ------
- Maven 2 Project Info Reports Plugin
- ------
- Johnny R. Ruiz III
- <jr...@exist.com>
- ------
- September 22, 2005
-
-Introduction
-
- This is a plugin that generates reports information about the project.  The reports being generated are as follows:
-
-*---------------------------------+-------------------------------------------------------------------------------+
-|<<Report Name>>                  | <<Description>>                                                               |
-|                                 |                                                                               |
-*---------------------------------+-------------------------------------------------------------------------------+
-|Dependencies Report              | Project Dependencies and Transitive Dependencies  Report                      |
-*---------------------------------+-------------------------------------------------------------------------------+
-|Mailing Lists                    | Project Mailing List                                                          |
-*---------------------------------+-------------------------------------------------------------------------------+
-|Continous Integration            | Continous Integration used by the Project (System Name, URL, Notifiers)       |
-*---------------------------------+-------------------------------------------------------------------------------+
-|Source Repository                | Source Code Manager used by the Project.  This report shows how to access     |
-|                                 | the source code (Anonymous access, Dev access, Web access, etc.)              |
-*---------------------------------+-------------------------------------------------------------------------------+
-|Issue Tracking                   | Issue Tracking System used by the Project. (URL)                              |
-*---------------------------------+-------------------------------------------------------------------------------+
-|Project Team                     | Project Team Members, Developers, and Contributors                            |
-*---------------------------------+-------------------------------------------------------------------------------+
-|License                          | License of the project                                                        |
-*---------------------------------+-------------------------------------------------------------------------------+
-
-
+ ------
+ Maven 2 Project Info Reports Plugin
+ ------
+ Johnny R. Ruiz III
+ <jr...@exist.com>
+ ------
+ September 22, 2005
+
+Introduction
+
+ This is a plugin that generates reports information about the project.  The reports being generated are as follows:
+
+*---------------------------------+-------------------------------------------------------------------------------+
+|<<Report Name>>                  | <<Description>>                                                               |
+|                                 |                                                                               |
+*---------------------------------+-------------------------------------------------------------------------------+
+|Dependencies Report              | Project Dependencies and Transitive Dependencies  Report                      |
+*---------------------------------+-------------------------------------------------------------------------------+
+|Mailing Lists                    | Project Mailing List                                                          |
+*---------------------------------+-------------------------------------------------------------------------------+
+|Continous Integration            | Continous Integration used by the Project (System Name, URL, Notifiers)       |
+*---------------------------------+-------------------------------------------------------------------------------+
+|Source Repository                | Source Code Manager used by the Project.  This report shows how to access     |
+|                                 | the source code (Anonymous access, Dev access, Web access, etc.)              |
+*---------------------------------+-------------------------------------------------------------------------------+
+|Issue Tracking                   | Issue Tracking System used by the Project. (URL)                              |
+*---------------------------------+-------------------------------------------------------------------------------+
+|Project Team                     | Project Team Members, Developers, and Contributors                            |
+*---------------------------------+-------------------------------------------------------------------------------+
+|License                          | License of the project                                                        |
+*---------------------------------+-------------------------------------------------------------------------------+
+
+

Propchange: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/site/apt/introduction.apt
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org