Corrected EOL for apt files. Thanks Brett.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Siveton 2005-09-27 12:39:19 +00:00
parent 0df59dd877
commit a02d425122
2 changed files with 134 additions and 134 deletions

View File

@ -1,101 +1,101 @@
------
Maven 2 Project Info Report Plugin
------
Johnny R. Ruiz III
<jruiz@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
<jruiz@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}}.

View File

@ -1,33 +1,33 @@
------
Maven 2 Project Info Reports Plugin
------
Johnny R. Ruiz III
<jruiz@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
<jruiz@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 |
*---------------------------------+-------------------------------------------------------------------------------+