You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/10/09 13:46:57 UTC

[maven-ear-plugin] branch master updated: Replace typo "ben" with "been" in AbstractEarMojo.java

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-ear-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d36fa29  Replace typo "ben" with "been" in AbstractEarMojo.java
d36fa29 is described below

commit d36fa29fdb047a4dcc3cf8b36bca0390e013abf8
Author: Luke Nadur <19...@users.noreply.github.com>
AuthorDate: Thu Oct 8 21:46:23 2020 -0400

    Replace typo "ben" with "been" in AbstractEarMojo.java
---
 src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java b/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
index 860d3da..7bd8f76 100644
--- a/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
+++ b/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
@@ -179,7 +179,7 @@ public abstract class AbstractEarMojo
         {
             getLog().error( "fileNameMapping has been removed with version 3.0.0. You are still using it." );
             getLog().error( "Use outputFileNameMapping instead." );
-            throw new MojoExecutionException( "fileNameMapping has ben removed with version 3.0.0 "
+            throw new MojoExecutionException( "fileNameMapping has been removed with version 3.0.0 "
                 + "but you are still using it." );
         }