Author: dennisl
Date: Sun Mar 22 15:23:21 2009
New Revision: 757201
URL: http://svn.apache.org/viewvc?rev=757201&view=rev
Log:
o Adjust case.
Modified:
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/generic-pom-generation.apt
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/installing-checksums.apt
maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt
Modified:
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/generic-pom-generation.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/generic-pom-generation.apt?rev=757201&r1=757200&r2=757201&view=diff
==============================================================================
---
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/generic-pom-generation.apt
(original)
+++
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/generic-pom-generation.apt
Sun Mar 22 15:23:21 2009
@@ -3,7 +3,7 @@
------
Allan Ramirez
------
- 2009-03-13
+ 2009-03-22
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -30,7 +30,7 @@
There are times when you do not have a POM for a 3rd party artifact.
For instance, when installing a proprietary or commercial JAR into a
repository.
- The install plugin can create a generic POM in this case which
+ The Install Plugin can create a generic POM in this case which
contains the minimal set of POM elements required by Maven, such as groupId,
artifactId, version, packaging. You tell Maven to generate a POM by setting
the
<<<generatePom>>> parameter to <<<true>>>.
Modified:
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/installing-checksums.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/installing-checksums.apt?rev=757201&r1=757200&r2=757201&view=diff
==============================================================================
---
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/installing-checksums.apt
(original)
+++
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/installing-checksums.apt
Sun Mar 22 15:23:21 2009
@@ -3,7 +3,7 @@
------
Allan Ramirez
------
- 2009-03-13
+ 2009-03-22
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -28,7 +28,7 @@
Creating artifact checksums
- The install plugin can create integrity checksums (MD5, SHA-1)
+ The Install Plugin can create integrity checksums (MD5, SHA-1)
for the artifacts during installation. Checksums are cryptographic hash
functions and are used to check the integrity of the associated file. This
can be
activated by setting the <<<createChecksum>>> parameter to <<<true>>>.
Modified: maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt?rev=757201&r1=757200&r2=757201&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt Sun Mar 22
15:23:21 2009
@@ -3,7 +3,7 @@
------
Allan Ramirez
------
- 2009-03-13
+ 2009-03-22
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -40,7 +40,7 @@
* Goals Overview
- The install plugin has 3 goals:
+ The Install Plugin has 3 goals:
* {{{install-mojo.html}install:install}} is used to automatically install the
project's main artifact (the JAR, WAR or EAR), its POM and any attached
artifacts