@@ -34,10 +34,10 @@ ${project.name}
34
34
also be used to deploy a particular artifact (e.g. a third party jar like
35
35
Sun's non redistributable reference implementations).
36
36
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.
41
41
42
42
To work, the deployment will require:
43
43
@@ -64,13 +64,13 @@ ${project.name}
64
64
The deploy plugin has 2 goals:
65
65
66
66
* {{{./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
68
68
project. Most if not all of the information related to the deployment is stored
69
69
in the project's pom.
70
70
71
71
* {{{./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
74
74
command line.
75
75
76
76
[]
@@ -80,23 +80,23 @@ ${project.name}
80
80
General instructions on how to use the Deploy Plugin can be found on the {{{./usage.html}usage page}}. Some more
81
81
specific use cases are described in the examples given below.
82
82
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
85
85
already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching
86
86
the {{{./mailing-lists.html}mail archive}}.
87
87
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
89
89
{{{./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.
92
92
Of course, patches are welcome, too. Contributors can check out the project from our
93
93
{{{./scm.html}source repository}} and will find supplementary information in the
94
94
{{{https://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
95
95
96
96
* Examples
97
97
98
98
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:
100
100
101
101
<Project Deployment:>
102
102
0 commit comments