Corrected EOL for apt files

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

View File

@ -1,5 +1,5 @@
------
Maven 2 Project Info Report Plugin
Maven 2 Project Info Report Plugin
------
Johnny R. Ruiz III
<jruiz@exist.com>
@ -8,15 +8,15 @@
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.
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.
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>
...
@ -36,11 +36,11 @@ How to Use
*Run Selective Reports
To run the reports selectively, you can configure it to include only the reports that you prefer.
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>
@ -75,8 +75,8 @@ How to Use
How to run the reports directly without configuring anything from the pom.xml?
*---------------------------------+----------------------------------------------+
|<<Report Name>> | <<Command Line>> |
| | |
|<<Report Name>> | <<Command Line>> |
| | |
*---------------------------------+----------------------------------------------+
|Dependencies Report | m2 project-info-reports:dependencies |
*---------------------------------+----------------------------------------------+
@ -92,10 +92,10 @@ How to Use
*---------------------------------+----------------------------------------------+
|License | m2 project-info-reports:license |
*---------------------------------+----------------------------------------------+
For full documentation, click {{{index.html}here}}.

View File

@ -1,5 +1,5 @@
------
Maven 2 Project Info Reports Plugin
Maven 2 Project Info Reports Plugin
------
Johnny R. Ruiz III
<jruiz@exist.com>
@ -9,10 +9,10 @@
Introduction
This is a plugin that generates reports information about the project. The reports being generated are as follows:
*---------------------------------+-------------------------------------------------------------------------------+
|<<Report Name>> | <<Description>> |
| | |
|<<Report Name>> | <<Description>> |
| | |
*---------------------------------+-------------------------------------------------------------------------------+
|Dependencies Report | Project Dependencies and Transitive Dependencies Report |
*---------------------------------+-------------------------------------------------------------------------------+
@ -29,5 +29,5 @@ Introduction
*---------------------------------+-------------------------------------------------------------------------------+
|License | License of the project |
*---------------------------------+-------------------------------------------------------------------------------+