This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 8d6fd77 docs: grammar
8d6fd77 is described below
commit 8d6fd77fda75f38be415322c5febad479292bddc
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Fri Feb 26 16:31:08 2021 +0000
docs: grammar
@rfscholte
---
src/main/java/org/apache/maven/plugins/install/InstallMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/maven/plugins/install/InstallMojo.java
b/src/main/java/org/apache/maven/plugins/install/InstallMojo.java
index 277687f..b01c114 100644
--- a/src/main/java/org/apache/maven/plugins/install/InstallMojo.java
+++ b/src/main/java/org/apache/maven/plugins/install/InstallMojo.java
@@ -77,7 +77,7 @@ public class InstallMojo
private boolean installAtEnd;
/**
- * Set this to <code>true</code> to bypass artifact installation. Use this
for artifacts that does not need to be
+ * Set this to <code>true</code> to bypass artifact installation. Use this
for artifacts that do not need to be
* installed in the local repository.
*
* @since 2.4