You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:26:10 UTC

[maven-acr-plugin] 05/07: MACR-1: javadoc

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-acr-plugin-1.0
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git

commit 508a67b3b8b0937cdc8cecdb0200df638f5c1af7
Author: Stephane Nicoll <sn...@apache.org>
AuthorDate: Sat Mar 26 16:56:01 2011 +0000

    MACR-1: javadoc
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-acr-plugin@1085765 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/maven/plugin/acr/AcrMojo.java | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugin/acr/AcrMojo.java b/src/main/java/org/apache/maven/plugin/acr/AcrMojo.java
index ab6fcba..3d1a0de 100644
--- a/src/main/java/org/apache/maven/plugin/acr/AcrMojo.java
+++ b/src/main/java/org/apache/maven/plugin/acr/AcrMojo.java
@@ -40,7 +40,7 @@ import java.io.IOException;
 import java.util.List;
 
 /**
- * Build a JEE Application Client jar file from the current project.
+ * Build a JavaEE Application Client jar file from the current project.
  *
  * @author <a href="pablo@anahata-it.com">Pablo Rodriguez</a>
  * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
@@ -136,7 +136,7 @@ public class AcrMojo
      * An expression preceded with this String won't be interpolated.
      * \${foo} will be replaced with ${foo}.
      *
-     * @parameter expression="${car.escapeString}"
+     * @parameter expression="${acr.escapeString}"
      */
     protected String escapeString;
 
@@ -168,13 +168,14 @@ public class AcrMojo
     private MavenSession session;
 
     /**
-     * Generates the application client jar file
+     * Generates the application client jar file.
      *
-     * @todo Add license files in META-INF directory.
      */
     public void execute()
         throws MojoExecutionException
     {
+        //todo: Add license files in META-INF directory
+
         if ( getLog().isInfoEnabled() )
         {
             getLog().info( "Building JavaEE Application client: " + jarName );

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.