Skip to content

Commit

Permalink
o Adjust case.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@757201 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dennisl committed Mar 22, 2009
1 parent 0527cee commit fbd8f50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/site/apt/examples/generic-pom-generation.apt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
------
Allan Ramirez
------
2009-03-13
2009-03-22
------

~~ Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -30,7 +30,7 @@ Generating a generic POM

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>>>.
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/examples/installing-checksums.apt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
------
Allan Ramirez
------
2009-03-13
2009-03-22
------

~~ Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -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>>>.
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
------
Allan Ramirez
------
2009-03-13
2009-03-22
------

~~ Licensed to the Apache Software Foundation (ASF) under one
Expand Down Expand Up @@ -40,7 +40,7 @@ Maven Install Plugin

* 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
Expand Down

0 comments on commit fbd8f50

Please sign in to comment.