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 2018/01/02 22:24:53 UTC

[maven-ear-plugin] annotated tag maven-ear-plugin-2.2 updated (2b2d0cf -> db8e7da)

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

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


*** WARNING: tag maven-ear-plugin-2.2 was modified! ***

    from 2b2d0cf  (tag)
      to db8e7da  (tag)
 tagging 8380bc0e561a859312a3678a9bcc3493a1aa9f28 (commit)
 replaces maven-ear-plugin-2.1
      by Hervé Boutemy
      on Sun May 28 13:15:07 2006 +0000

- Log -----------------------------------------------------------------
maven-ear-plugin-2.2 reworked after migration from aggregate svn to split git
-----------------------------------------------------------------------

 discard fcbcc44  [maven-scm] copy for tag maven-ear-plugin-2.2
 discard 444498d  remove release.properties from ignores
 discard cd3304a  MEAR-28: Added the ability to generate JavaEE5 deployement descriptor Submitted By: Stefan Arentz Reviewed By: Stephane Nicoll
 discard aa34ebc  MEAR-26: Added ability to map custom artifact type.
 discard 8c60ff7  MEAR-8: Fixed NPE when no security configuration element is set.
 discard b213933  MEAR-8: Added security-roles management for the generated application.xml
 discard 296986a  MEAR-24: earName can now be set by the end-user.
 discard f6d2130  MEAR-25: fixed handling of POM dependencies.
 discard 9147620  [MRESOURCES-14, MRAR-5, MEJB-8, MEAR-23, MANTRUN-46] Removed @description tag and use javadocs
 discard 96d6399  adjust parent POMs
 discard 25d2922  fixed wrong property in documentation
 discard ae68cac  MEAR-21: Updated of documentation Submitted by: Lilians Auvigne Reviewed by: Stephane Nicoll
 discard cd74115  MEAR-18: Added support of wsr file (Jboss Web Service Archive) Thanks to: Brad O'Hearne Reviewed by: Stephane Nicoll
 discard f66f9d7  fix keywords
 discard f1ca6a7  resourceDir marked as deprecated ; will be removed in 2.3
 discard 9d6ac1d  MEAR-3: Fixed handling of includes and excludes settings ; now handles comma separated values properly Submitted by: David Hawkins Reviewed by: Stéphane Nicoll
 discard 1fc9bf6  [maven-release-plugin] prepare for next development iteration
 discard b45d75b  [maven-release-plugin] prepare release maven-ear-plugin-2.1
 discard 72baf9a  updating parent to 2.0.1 for scpexe changes.
 discard 347ef26  MNG-1852: Added support of sar files.
 discard 5149723  Added apache license.
 discard 62a7956  Updating poms to change dependencies on 2.0.1-SNAPSHOT info to 2.0.1 (parent-poms, and a couple references to maven-archiver).
 discard 2f57dab  MNG-1723: fixed configuration of ejb3 and par modules.
 discard de0ab2f  [MNG-1598] Use maven-archiver snapshot
 discard 96c3405  Set correct subversion properties
 discard 429b53c  move plugins
 discard 4206b50  MNG-1488: added global scope defaultJavaBundleDir property. If set, all Java modules without a custom bundleDir are placed in the default bundle directory. See howto for an example.
 discard 3e014d4  - MNG-1461: custom application.xml can now be specified properly. Overrides any other file found in the source directories - MNG-1444: added directory scanner to exclude common directories (subversion, CVS files, etc). Added earSourceIncludes and earSourceExcludes properties to specify the list of tokens to include and exclude respectively.
 discard 4759928  PR: MNG-1402 Submitted by: Tomislav Stojcevich Reviewed by: Stephane Nicoll Fixed compliance of generated application.xml (display-name and description different in 1.3 and 1.4)
 discard be0c283  PR: MNG-1296 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter use scope filter and optional flag instead of hard coding
 discard 5ae825b  ignore
 discard 40cee6a  PR: MNG-1264 Submitted by: Jerome Lacoste Reviewed by:  Stephane Nicoll Support of PAR and EJB3 artifact's type in EAR plugin
 discard 34c3de5  [maven-release-plugin] prepare for next development iteration
 discard df5ac4e  [maven-release-plugin] prepare release maven-ear-plugin-2.0
 discard c8c0f40  update versions in plugins
 discard 0f8aa69  clean up ear plugin exception handling
 discard de85753  PR: MNG-829 Submitted by: Johnny R. Ruiz III Reviewed by:  Brett Porter use File for basedir aligned parameters in various plugins
 discard a25064b  PR: MNG-616 improve version logging, use artifact.toString for textual logging
 discard d4cb104  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has changed, so add a bunch of exclusions to ensure the old is not picked up fix bugs in mboot that wasn't honoring excludes.
 discard b1d7242  [maven-release-plugin] prepare for next development iteration
 discard 7f29b91  [maven-release-plugin] prepare release maven-ear-plugin-2.0-beta-2
 discard ef69c01  set parent
 discard 9b4efc6  use released versions
 discard 9b8e940  Fix tabs
 discard e31344d  [MNG-1071] lookup archiver instead of calling contructor so output will be use with the correct logger. I forgot to modify these files
 discard 353c13f  PR: MNG-1025 use standard resources for the ear plugin
 discard efcb59d  fix ordering of display-name and description in accordance with the xsd
 discard 1fc6432  Resolving: MNG-885
 discard 379c7de  info log now specifies that maven will generate a MANIFEST if the custom manifest is not found.
 discard 14520a5  missing : in id.
 discard 8a40b71  changing email address.
 discard c794cae  Updated web site documentation according to Johnny R. Ruiz III's work.
 discard 0a1da56  ignore release.properties and more
 discard 2862fb7  [maven-release-plugin] prepare for next development iteration
 discard 8307ef7  [maven-release-plugin] prepare release maven-ear-plugin-2.0-beta-1
 discard bba8d20  update dependency and parent versions
 discard 4d89c27  MNG-826: - Jar dependencies are not included in the generated application.xml ; Hence 'library' is the default behavior and has been removed - Added includeInApplicationXml property on JavaModule to allow it to be included in the generated application.xml
 discard 4b589a6  o Setting svn:ignore.
 discard 9c87580  PR: MNG-822 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter EAR improvements
 discard 971ad18  Now allowing custom manifest file to be set in the generated EAR file.
 discard 55fa893  Removed excludedDependencySet as it has been implemented another way
 discard d8c4354  Fixing MNG-623: "Improve the exclusion / inclusion of a dependency inside the                 ear" Committing on behalf of Stephane Nicoll. Provides two new flags to customize ear modules:
 discard b02a807  MNG-736: Move ear source directory to comply with other plugin's structure. Applied on Stephane's behalf.
 discard 5ddbffa  Add missing )
 discard 837daa1  o Resolved MNG-692, although I think a more general solution is required;
 discard d1e74bf  Forgot to remove the module package.
 discard f9df973  o Bumped version of plexus-container-default to 1.0-alpha-6-SNAPSHOT
 discard f21a6a3  o Put all m2 core dependencies (plexus-container-default and plexus-utils)   under dependencyManagement of m2 and maven-plugins, and removed   versions in all poms having either as a parent.   Used version 1.0.2-SNAPSHOT for plexus-utils as that was used in maven-core   and is not overridable.
 discard 6602a33  PR: MNG-651 include ejb-clients in an EAR
 discard 42e0344  move main J2EE packaging definitions back to being built in
 discard 5bdb37e  PR: MNG-596 add XSD definition to m2 poms and archetypes
 discard 893a014  Bumping plexus-utils version to 1.0.1
 discard a32f02e  Fix svn properties
 discard cc3bb8e  Applying patch(es) for: MNG-576
 discard 794551f  Move maven-ear-plugin to maven-plugins
 discard d33b1d6  PR: MNG-378 Only deploy the release information at the point of release
 discard f9f615c  PR: MNG-148 Submitted by: Stephane Nicoll Reviewed by:  Brett Porter, Emmanuel Venisse Implementation of an EAR plugin
     add aec93ba  Move maven-ear-plugin to maven-plugins
     add f949434  Applying patch(es) for: MNG-576
     add d7acad0  Bumping plexus-utils version to 1.0.1
     add e1e530f  PR: MNG-596 add XSD definition to m2 poms and archetypes
     add 449c691  move main J2EE packaging definitions back to being built in
     add a929706  PR: MNG-651 include ejb-clients in an EAR
     add f1e4df5  o Put all m2 core dependencies (plexus-container-default and plexus-utils)   under dependencyManagement of m2 and maven-plugins, and removed   versions in all poms having either as a parent.   Used version 1.0.2-SNAPSHOT for plexus-utils as that was used in maven-core   and is not overridable.
     add 3a705cf  o Bumped version of plexus-container-default to 1.0-alpha-6-SNAPSHOT
     add d2503e5  Forgot to remove the module package.
     add 4e0bf7d  o Resolved MNG-692, although I think a more general solution is required;
     add ebe59b5  Add missing )
     add 6fc78c6  MNG-736: Move ear source directory to comply with other plugin's structure. Applied on Stephane's behalf.
     add 0e02b73  Fixing MNG-623: "Improve the exclusion / inclusion of a dependency inside the                 ear" Committing on behalf of Stephane Nicoll. Provides two new flags to customize ear modules:
     add 35d865c  Removed excludedDependencySet as it has been implemented another way
     add 1cc5c18  Now allowing custom manifest file to be set in the generated EAR file.
     add 2df9e4e  PR: MNG-822 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter EAR improvements
     add 8d62227  MNG-826: - Jar dependencies are not included in the generated application.xml ; Hence 'library' is the default behavior and has been removed - Added includeInApplicationXml property on JavaModule to allow it to be included in the generated application.xml
     add 0218213  update dependency and parent versions
     add 42c3237  [maven-release-plugin] prepare release maven-ear-plugin-2.0-beta-1
     add ba6866b  [maven-release-plugin] prepare for next development iteration
     add c07f171  Updated web site documentation according to Johnny R. Ruiz III's work.
     add 50ae8e6  changing email address.
     add 1e75cfc  missing : in id.
     add b49bf7c  info log now specifies that maven will generate a MANIFEST if the custom manifest is not found.
     add 719549b  Resolving: MNG-885
     add ae360c4  fix ordering of display-name and description in accordance with the xsd
     add e8b4e3e  PR: MNG-1025 use standard resources for the ear plugin
     add 1b57ae8  [MNG-1071] lookup archiver instead of calling contructor so output will be use with the correct logger. I forgot to modify these files
     add 42bdb75  Fix tabs
     add 2705b7f  use released versions
     add 9b9653d  set parent
     add c8aa5d7  [maven-release-plugin] prepare release maven-ear-plugin-2.0-beta-2
     add 8e3c9b1  [maven-release-plugin] prepare for next development iteration
     add 4816c18  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has changed, so add a bunch of exclusions to ensure the old is not picked up fix bugs in mboot that wasn't honoring excludes.
     add e3a2d91  PR: MNG-616 improve version logging, use artifact.toString for textual logging
     add d7cb8b1  PR: MNG-829 Submitted by: Johnny R. Ruiz III Reviewed by:  Brett Porter use File for basedir aligned parameters in various plugins
     add 922c76a  clean up ear plugin exception handling
     add 1a9ffa0  update versions in plugins
     add 9cc83be  [maven-release-plugin] prepare release maven-ear-plugin-2.0
     add 0b0b2a0  [maven-release-plugin] prepare for next development iteration
     add 06028d1  PR: MNG-1264 Submitted by: Jerome Lacoste Reviewed by:  Stephane Nicoll Support of PAR and EJB3 artifact's type in EAR plugin
     add 0e4cf35  PR: MNG-1296 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter use scope filter and optional flag instead of hard coding
     add a27640b  PR: MNG-1402 Submitted by: Tomislav Stojcevich Reviewed by: Stephane Nicoll Fixed compliance of generated application.xml (display-name and description different in 1.3 and 1.4)
     add 238a7a6  - MNG-1461: custom application.xml can now be specified properly. Overrides any other file found in the source directories - MNG-1444: added directory scanner to exclude common directories (subversion, CVS files, etc). Added earSourceIncludes and earSourceExcludes properties to specify the list of tokens to include and exclude respectively.
     add bdfacc2  MNG-1488: added global scope defaultJavaBundleDir property. If set, all Java modules without a custom bundleDir are placed in the default bundle directory. See howto for an example.
     add e9a8f26  [MNG-1598] Use maven-archiver snapshot
     add 6a2685e  MNG-1723: fixed configuration of ejb3 and par modules.
     add d0c91ec  Updating poms to change dependencies on 2.0.1-SNAPSHOT info to 2.0.1 (parent-poms, and a couple references to maven-archiver).
     add ff0efde  Added apache license.
     add 5ddaf0f  MNG-1852: Added support of sar files.
     add c30077a  updating parent to 2.0.1 for scpexe changes.
     add 8bc9345  [maven-release-plugin] prepare release maven-ear-plugin-2.1
     add 0856549  [maven-release-plugin] prepare for next development iteration
     add 9be509d  MEAR-3: Fixed handling of includes and excludes settings ; now handles comma separated values properly Submitted by: David Hawkins Reviewed by: Stéphane Nicoll
     add 328fe04  resourceDir marked as deprecated ; will be removed in 2.3
     add f54d562  fix keywords
     add 7bc0a13  MEAR-18: Added support of wsr file (Jboss Web Service Archive) Thanks to: Brad O'Hearne Reviewed by: Stephane Nicoll
     add 670c5fb  MEAR-21: Updated of documentation Submitted by: Lilians Auvigne Reviewed by: Stephane Nicoll
     add 4ee620b  fixed wrong property in documentation
     add ea93fb0  adjust parent POMs
     add f0811b9  [MRESOURCES-14, MRAR-5, MEJB-8, MEAR-23, MANTRUN-46] Removed @description tag and use javadocs
     add e382e29  MEAR-25: fixed handling of POM dependencies.
     add 844320a  MEAR-24: earName can now be set by the end-user.
     add d54a5cb  MEAR-8: Added security-roles management for the generated application.xml
     add e2720be  MEAR-8: Fixed NPE when no security configuration element is set.
     add acd4b99  MEAR-26: Added ability to map custom artifact type.
     add 4b57d1f  MEAR-28: Added the ability to generate JavaEE5 deployement descriptor Submitted By: Stefan Arentz Reviewed By: Stephane Nicoll
     add 8380bc0  [maven-release-plugin] prepare release maven-ear-plugin-2.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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   (2b2d0cf)
            \
             N -- N -- N   refs/tags/maven-ear-plugin-2.2 (db8e7da)

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.

No new revisions were added by this update.

Summary of changes:

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