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:33:47 UTC

[maven-ear-plugin] 30/45: Resolving: MNG-885

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

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

commit 1fc6432fbbd1af22cba4aee29f12044b0ff22923
Author: John Dennis Casey <jd...@apache.org>
AuthorDate: Mon Sep 26 20:29:20 2005 +0000

    Resolving: MNG-885
    
    o Extracting basedir from the project instance when PluginParameterExpressionEvaluator is init'ed if project != null...otherwise, using ${user.dir} from sysprops.
    
    o Extracting values for resolution from POM properties before POM instance during POM interpolation, and adding checks to guard against self-reference of POM elements.
    
    o Added three ITs (one contra) to test these resolutions.
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-ear-plugin@291735 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java          | 2 +-
 .../java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java b/src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java
index 18e6ac1..687b3d3 100644
--- a/src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java
+++ b/src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java
@@ -31,7 +31,7 @@ import java.util.Set;
  * A base class for EAR-processing related tasks.
  *
  * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
- * @version $Id:  $
+ * @version $Id$
  */
 public abstract class AbstractEarMojo
     extends AbstractMojo
diff --git a/src/main/java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java b/src/main/java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java
index cf1e3a2..c1ebd2d 100644
--- a/src/main/java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java
+++ b/src/main/java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java
@@ -26,7 +26,7 @@ import java.io.IOException;
  * A Mojo used to build the application.xml file.
  *
  * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
- * @version $Id: $
+ * @version $Id$
  * @goal generate-application-xml
  * @phase generate-resources
  * @requiresDependencyResolution test

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