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:20:58 UTC

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

Author: dennisl
Date: Fri Jul 13 13:20:57 2007
New Revision: 556135

URL: http://svn.apache.org/viewvc?view=rev&rev=556135
Log:
o Set eol style to native.

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt   (contents, props changed)
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt   (contents, props changed)
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt   (contents, props changed)
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt   (contents, props changed)

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=556135&r1=556134&r2=556135
==============================================================================
--- 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:20:57 2007
@@ -1,36 +1,36 @@
- ------
- Maven 2 Project Info Report Plugin - running selective reports
- ------
- Johnny R. Ruiz III
- <jr...@exist.com>
- Pete Marvin King
- ------
- 28 July 2006
- ------
-
-~~ Licensed to the Apache Software Foundation (ASF) under one
-~~ or more contributor license agreements.  See the NOTICE file
-~~ distributed with this work for additional information
-~~ regarding copyright ownership.  The ASF licenses this file
-~~ to you under the Apache License, Version 2.0 (the
-~~ "License"); you may not use this file except in compliance
-~~ with the License.  You may obtain a copy of the License at
-~~
-~~   http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing,
-~~ software distributed under the License is distributed on an
-~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~~ KIND, either express or implied.  See the License for the
-~~ specific language governing permissions and limitations
-~~ under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-
-Run Individual Report
-
- 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.
-
-  <<The generated reports using this method does not contain any navigational links.>>
+ ------
+ Maven 2 Project Info Report Plugin - running selective reports
+ ------
+ Johnny R. Ruiz III
+ <jr...@exist.com>
+ Pete Marvin King
+ ------
+ 28 July 2006
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Run Individual Report
+
+ 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.
+
+  <<The generated reports using this method does not contain any navigational links.>>

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

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=556135&r1=556134&r2=556135
==============================================================================
--- 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:20:57 2007
@@ -1,64 +1,64 @@
- ------
- Maven 2 Project Info Report Plugin - running selective reports
- ------
- Johnny R. Ruiz III
- <jr...@exist.com>
- Pete Marvin King
- ------
- 26 July 2006
- ------
-
-~~ Licensed to the Apache Software Foundation (ASF) under one
-~~ or more contributor license agreements.  See the NOTICE file
-~~ distributed with this work for additional information
-~~ regarding copyright ownership.  The ASF licenses this file
-~~ to you under the Apache License, Version 2.0 (the
-~~ "License"); you may not use this file except in compliance
-~~ with the License.  You may obtain a copy of the License at
-~~
-~~   http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing,
-~~ software distributed under the License is distributed on an
-~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~~ KIND, either express or implied.  See the License for the
-~~ specific language governing permissions and limitations
-~~ under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-
-Run Selective Reports
-
- To run the reports selectively, you can configure it to include only the reports that you prefer.
- 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>
-+-----------------+
+ ------
+ Maven 2 Project Info Report Plugin - running selective reports
+ ------
+ Johnny R. Ruiz III
+ <jr...@exist.com>
+ Pete Marvin King
+ ------
+ 26 July 2006
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Run Selective Reports
+
+ To run the reports selectively, you can configure it to include only the reports that you prefer.
+ 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>
++-----------------+

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

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=556135&r1=556134&r2=556135
==============================================================================
--- 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:20:57 2007
@@ -1,86 +1,86 @@
- ------
- Maven 2 Project Info Reports Plugin
- ------
- Johnny R. Ruiz III
- <jr...@exist.com>
- ------
- September 22, 2005
- ------
-
-~~ Licensed to the Apache Software Foundation (ASF) under one
-~~ or more contributor license agreements.  See the NOTICE file
-~~ distributed with this work for additional information
-~~ regarding copyright ownership.  The ASF licenses this file
-~~ to you under the Apache License, Version 2.0 (the
-~~ "License"); you may not use this file except in compliance
-~~ with the License.  You may obtain a copy of the License at
-~~
-~~   http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing,
-~~ software distributed under the License is distributed on an
-~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~~ KIND, either express or implied.  See the License for the
-~~ specific language governing permissions and limitations
-~~ under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-
-Maven Project Info Reports Plugin
-
- The Maven Project Info Reports plugin is used to generate reports information about the project.
-
-* Goals Overview
-
- The Project Info Reports Plugin has ten goals:
-
-   * {{{cim-mojo.html}project-info-reports:cim}} is used to generate the Project Continuous Integration
-   System report.
-
-   * {{{dependencies-mojo.html}project-info-reports:dependencies}} is used to generate the Project Dependencies
-   report.
-
-   * {{{dependency-convergence-mojo.html}project-info-reports:dependency-convergence}} is used to generate the
-   Project Dependency Convergence report for reactor builds.
-
-   * {{{issue-tracking-mojo.html}project-info-reports:issue-tracking}} is used to generate the Project Issue
-   Tracking report.
-
-   * {{{license-mojo.html}project-info-reports:license}} is used to generate the Project License report.
-
-   * {{{mailing-list-mojo.html}project-info-reports:mailing-list}} is used to generate the Project Mailing
-   List report.
-
-   * {{{index-mojo.html}project-info-reports:index}} is used to generate the Project index page.
-
-   * {{{summary-mojo.html}project-info-reports:summary}} is used to generate the Project information reports
-   summary.
-
-   * {{{scm-mojo.html}project-info-reports:scm}} is used to generate the Project Source Code Management report.
-
-   * {{{project-team-mojo.html}project-info-reports:project-team}} is used to generate the Project Team report.
-
-* Usage
-
-  Instructions on how to use the Maven Project Info Reports Plugin can be found {{{usage.html}here}}.
-
-* Examples
-
-  To provide you with better understanding on some usages of the Maven Project Info Reports Plugin,
-  you can take a look into the following examples:
-
-  * {{{examples/selective-project-info-reports.html}Running selective project info reports}}
-
-  * {{{examples/individual-reports.html}Running Individual Reports}}
-
-  * {{{examples/scm-report.html}Customizing the SCM Report}}
-
-  * {{{project-info.html}Overview of the reports generated for this plugin}}
-
-* Related Links
-
-  * {{{http://maven.apache.org/plugins/maven-site-plugin/i18n.html}Internationalization}}
-
-  * {{{http://maven.apache.org/plugins/maven-site-plugin/examples/creatingskins.html}Skinning}}
-
+ ------
+ Maven 2 Project Info Reports Plugin
+ ------
+ Johnny R. Ruiz III
+ <jr...@exist.com>
+ ------
+ September 22, 2005
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Maven Project Info Reports Plugin
+
+ The Maven Project Info Reports plugin is used to generate reports information about the project.
+
+* Goals Overview
+
+ The Project Info Reports Plugin has ten goals:
+
+   * {{{cim-mojo.html}project-info-reports:cim}} is used to generate the Project Continuous Integration
+   System report.
+
+   * {{{dependencies-mojo.html}project-info-reports:dependencies}} is used to generate the Project Dependencies
+   report.
+
+   * {{{dependency-convergence-mojo.html}project-info-reports:dependency-convergence}} is used to generate the
+   Project Dependency Convergence report for reactor builds.
+
+   * {{{issue-tracking-mojo.html}project-info-reports:issue-tracking}} is used to generate the Project Issue
+   Tracking report.
+
+   * {{{license-mojo.html}project-info-reports:license}} is used to generate the Project License report.
+
+   * {{{mailing-list-mojo.html}project-info-reports:mailing-list}} is used to generate the Project Mailing
+   List report.
+
+   * {{{index-mojo.html}project-info-reports:index}} is used to generate the Project index page.
+
+   * {{{summary-mojo.html}project-info-reports:summary}} is used to generate the Project information reports
+   summary.
+
+   * {{{scm-mojo.html}project-info-reports:scm}} is used to generate the Project Source Code Management report.
+
+   * {{{project-team-mojo.html}project-info-reports:project-team}} is used to generate the Project Team report.
+
+* Usage
+
+  Instructions on how to use the Maven Project Info Reports Plugin can be found {{{usage.html}here}}.
+
+* Examples
+
+  To provide you with better understanding on some usages of the Maven Project Info Reports Plugin,
+  you can take a look into the following examples:
+
+  * {{{examples/selective-project-info-reports.html}Running selective project info reports}}
+
+  * {{{examples/individual-reports.html}Running Individual Reports}}
+
+  * {{{examples/scm-report.html}Customizing the SCM Report}}
+
+  * {{{project-info.html}Overview of the reports generated for this plugin}}
+
+* Related Links
+
+  * {{{http://maven.apache.org/plugins/maven-site-plugin/i18n.html}Internationalization}}
+
+  * {{{http://maven.apache.org/plugins/maven-site-plugin/examples/creatingskins.html}Skinning}}
+

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

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=556135&r1=556134&r2=556135
==============================================================================
--- 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:20:57 2007
@@ -1,48 +1,48 @@
- ------
- Maven 2 Project Info Report Plugin
- ------
- Johnny R. Ruiz III
- <jr...@exist.com>
- Pete Marvin King
- ------
- September 20, 2005
- ------
-
-~~ Licensed to the Apache Software Foundation (ASF) under one
-~~ or more contributor license agreements.  See the NOTICE file
-~~ distributed with this work for additional information
-~~ regarding copyright ownership.  The ASF licenses this file
-~~ to you under the Apache License, Version 2.0 (the
-~~ "License"); you may not use this file except in compliance
-~~ with the License.  You may obtain a copy of the License at
-~~
-~~   http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing,
-~~ software distributed under the License is distributed on an
-~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~~ KIND, either express or implied.  See the License for the
-~~ specific language governing permissions and limitations
-~~ under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-
-Introduction
-
- 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.
-
- Simply running
-
-+------------+
-   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.
-
-
-
-
-
+ ------
+ Maven 2 Project Info Report Plugin
+ ------
+ Johnny R. Ruiz III
+ <jr...@exist.com>
+ Pete Marvin King
+ ------
+ September 20, 2005
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Introduction
+
+ 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.
+
+ Simply running
+
++------------+
+   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.
+
+
+
+
+

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