You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/09 19:19:39 UTC

[maven-ear-plugin] branch MEAR-262 updated (491605e -> 1764d87)

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

khmarbaise pushed a change to branch MEAR-262
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


 discard 491605e  [MEAR-262] - Missing since for outputFileNameMapping parameter
     add 1c32f19  Fixed URL in link to Git repo.
     add 2568cd3  [MEAR-260] - Remove finalName as a parameter
     add 032dfa3  [MEAR-259] - Fix formatting date issues in apt files
     new 1764d87  [MEAR-262] - Missing since for outputFileNameMapping parameter

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (491605e)
            \
             N -- N -- N   refs/heads/MEAR-262 (1764d87)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/maven/plugins/ear/EarMojo.java               | 2 +-
 src/site/apt/examples/customize-file-name-mapping.apt.vm              | 2 +-
 src/site/apt/examples/customizing-a-module-filename.apt.vm            | 2 +-
 src/site/apt/examples/customizing-context-root.apt.vm                 | 2 +-
 src/site/apt/examples/customizing-module-uri.apt.vm                   | 2 +-
 src/site/apt/examples/eclipse-and-maven-integration.apt.vm            | 4 ++--
 src/site/apt/examples/excluding-a-module.apt.vm                       | 2 +-
 src/site/apt/examples/filtering-advanced.apt.vm                       | 2 +-
 src/site/apt/examples/filtering-sources.apt.vm                        | 2 +-
 src/site/apt/examples/generating-jboss-app.apt.vm                     | 2 +-
 src/site/apt/examples/generating-modules-id.apt.vm                    | 2 +-
 .../including-a-third-party-library-in-application-xml.apt.vm         | 2 +-
 .../specifying-env-entries-for-the-generated-application-xml.apt.vm   | 2 +-
 ...ying-resource-ref-entries-for-the-generated-application-xml.apt.vm | 2 +-
 ...specifying-security-roles-for-the-generated-application-xml.apt.vm | 2 +-
 src/site/apt/examples/unpacking-a-module.apt.vm                       | 2 +-
 src/site/apt/examples/using-app-client.apt.vm                         | 2 +-
 src/site/apt/modules.apt.vm                                           | 2 +-
 src/site/apt/tests.apt                                                | 4 ++--
 19 files changed, 21 insertions(+), 21 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-ear-plugin] 01/01: [MEAR-262] - Missing since for outputFileNameMapping parameter

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MEAR-262
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit 1764d87b340751e2f4ced9dab8faba9f28be420b
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 8 21:08:50 2018 +0100

    [MEAR-262] - Missing since for outputFileNameMapping parameter
---
 src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java | 2 ++
 1 file changed, 2 insertions(+)

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 f8285d9..771ba81 100644
--- a/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
+++ b/src/main/java/org/apache/maven/plugins/ear/AbstractEarMojo.java
@@ -120,6 +120,8 @@ public abstract class AbstractEarMojo
      * The file name mapping to use for all dependencies included in the EAR file. The mapping between artifacts and the
      * file names which is used within the EAR file. Details see
      * <a href="http://maven.apache.org/shared/maven-mapping/index.html">Maven Mapping Reference</a>.
+     * 
+     * @since 3.0.0
      */
     // CHECKSTYLE_OFF: LineLength
     @Parameter( defaultValue = "@{groupId}@-@{artifactId}@-@{version}@@{dashClassifier?}@.@{extension}@", required = true )

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.