Skip to content

Commit c14a605

Browse files
authored
Everything's an artifacts (#112)
Previously this implied that pom and other files in the repo aren't themselves artifacts. That's not the case.
1 parent 526972a commit c14a605

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: src/site/apt/index.apt.vm

+13-13
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ ${project.name}
3434
also be used to deploy a particular artifact (e.g. a third party jar like
3535
Sun's non redistributable reference implementations).
3636

37-
As a repository contains more than the artifacts (POMs, the metadata, MD5 and
38-
SHA1 hash files...), deploying means not only copying the artifacts, but
39-
making sure all this information is correctly updated. It's the reponsibility
40-
of the deploy plugin.
37+
As a repository contains more than JAR files (POMs, the metadata, MD5 and
38+
SHA1 hash files...), deploying means not only uploading a single file, but
39+
making sure all associated artifacts are correctly updated as well.
40+
This is the reponsibility of the deploy plugin.
4141

4242
To work, the deployment will require:
4343

@@ -64,13 +64,13 @@ ${project.name}
6464
The deploy plugin has 2 goals:
6565

6666
* {{{./deploy-mojo.html}deploy:deploy}} is used to automatically install the
67-
artifact, its pom and the attached artifacts produced by a particular
67+
artifact, its pom, and the attached artifacts produced by a particular
6868
project. Most if not all of the information related to the deployment is stored
6969
in the project's pom.
7070

7171
* {{{./deploy-file-mojo.html}deploy:deploy-file}} is used to install a single artifact
72-
along with its pom. In that case the artifact information can be taken from
73-
an optionally specified pomFile, but can be completed/overriden using the
72+
along with its pom. In that case, the artifact information can be taken from
73+
an optionally specified pomFile, but can be completed/overridden using the
7474
command line.
7575

7676
[]
@@ -80,23 +80,23 @@ ${project.name}
8080
General instructions on how to use the Deploy Plugin can be found on the {{{./usage.html}usage page}}. Some more
8181
specific use cases are described in the examples given below.
8282

83-
In case you still have questions regarding the plugin's usage, please have a look at the {{{./faq.html}FAQ}} and feel
84-
free to contact the {{{./mailing-lists.html}user mailing list}}. The posts to the mailing list are archived and could
83+
If you have questions about the plugin's usage, please read the {{{./faq.html}FAQ}} and feel
84+
free to contact the {{{./mailing-lists.html}user mailing list}}. Posts to the mailing list are archived and could
8585
already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching
8686
the {{{./mailing-lists.html}mail archive}}.
8787

88-
If you feel like the plugin is missing a feature or has a defect, you can file a feature request or bug report in our
88+
If you think the plugin is missing a feature or has a defect, you can file a feature request or bug report in our
8989
{{{./issue-management.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your
90-
concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason,
91-
entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
90+
concern. Especially for fixing bugs, it is crucial that the developers can reproduce your problem. For this reason,
91+
entire debug logs, POMs, or most preferably little demo projects attached to the issue are very much appreciated.
9292
Of course, patches are welcome, too. Contributors can check out the project from our
9393
{{{./scm.html}source repository}} and will find supplementary information in the
9494
{{{https://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
9595

9696
* Examples
9797

9898
To provide you with better understanding on some usages of the deploy plugin,
99-
you can take a look into the following examples:
99+
you can see the following examples:
100100

101101
<Project Deployment:>
102102

0 commit comments

Comments
 (0)