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:34:20 UTC

[maven-ear-plugin] annotated tag maven-ear-plugin-2.10 created (now 8375ae4)

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

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


      at 8375ae4  (tag)
 tagging b986573de6847767416491484522c424b138f9c0 (commit)
      by Karl Heinz Marbaise
      on Sun Dec 28 13:31:53 2014 +0000

- Log -----------------------------------------------------------------
maven-ear-plugin-2.10
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 1c20200  PR: MNG-148 Submitted by: Stephane Nicoll Reviewed by:  Brett Porter, Emmanuel Venisse Implementation of an EAR plugin
     new 390be74  PR: MNG-378 Only deploy the release information at the point of release
     new 6432f01  Move maven-ear-plugin to maven-plugins
     new 6161f5d  Applying patch(es) for: MNG-576
     new e84d877  Fix svn properties
     new 1c836bb  Bumping plexus-utils version to 1.0.1
     new a93f3ce  PR: MNG-596 add XSD definition to m2 poms and archetypes
     new 978f0a8  move main J2EE packaging definitions back to being built in
     new 6fe98ff  PR: MNG-651 include ejb-clients in an EAR
     new e8124b6  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.
     new a1fb8cd  o Bumped version of plexus-container-default to 1.0-alpha-6-SNAPSHOT
     new 8b13eb9  Forgot to remove the module package.
     new 4a1b00c  o Resolved MNG-692, although I think a more general solution is required;
     new 8004300  Add missing )
     new 1e195ac  MNG-736: Move ear source directory to comply with other plugin's structure. Applied on Stephane's behalf.
     new 03d6bc4  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:
     new d89f9b4  Removed excludedDependencySet as it has been implemented another way
     new 319a7fc  Now allowing custom manifest file to be set in the generated EAR file.
     new 1e1031b  PR: MNG-822 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter EAR improvements
     new 923604d  o Setting svn:ignore.
     new db0cc73  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
     new d3f6163  update dependency and parent versions
     new 39c6625  [maven-release-plugin] prepare release maven-ear-plugin-2.0-beta-1
     new 00ca8a3  [maven-release-plugin] prepare for next development iteration
     new 315b144  ignore release.properties and more
     new 548ba36  Updated web site documentation according to Johnny R. Ruiz III's work.
     new 7e41ab7  changing email address.
     new d260f82  missing : in id.
     new 611bd91  info log now specifies that maven will generate a MANIFEST if the custom manifest is not found.
     new d8dcd26  Resolving: MNG-885
     new f1ff48a  fix ordering of display-name and description in accordance with the xsd
     new 0f76888  PR: MNG-1025 use standard resources for the ear plugin
     new 1fccb02  [MNG-1071] lookup archiver instead of calling contructor so output will be use with the correct logger. I forgot to modify these files
     new 088ac22  Fix tabs
     new 6cd38f1  use released versions
     new ce4b384  set parent
     new f5e199f  [maven-release-plugin] prepare release maven-ear-plugin-2.0-beta-2
     new f2e2040  [maven-release-plugin] prepare for next development iteration
     new 74cf6c2  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.
     new d34ca8b  PR: MNG-616 improve version logging, use artifact.toString for textual logging
     new 12eabf1  PR: MNG-829 Submitted by: Johnny R. Ruiz III Reviewed by:  Brett Porter use File for basedir aligned parameters in various plugins
     new bfc13b4  clean up ear plugin exception handling
     new 58a9302  update versions in plugins
     new ff4bac3  [maven-release-plugin] prepare release maven-ear-plugin-2.0
     new ab79491  [maven-release-plugin] prepare for next development iteration
     new ae33be8  PR: MNG-1264 Submitted by: Jerome Lacoste Reviewed by:  Stephane Nicoll Support of PAR and EJB3 artifact's type in EAR plugin
     new 12aae35  ignore
     new deefc13  PR: MNG-1296 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter use scope filter and optional flag instead of hard coding
     new ae8e2e8  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)
     new 9470533  - 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.
     new 668ceea  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.
     new 4f7f63e  move plugins
     new f759e61  Set correct subversion properties
     new d8de12a  [MNG-1598] Use maven-archiver snapshot
     new 602e223  MNG-1723: fixed configuration of ejb3 and par modules.
     new aeaf690  Updating poms to change dependencies on 2.0.1-SNAPSHOT info to 2.0.1 (parent-poms, and a couple references to maven-archiver).
     new 51ab8e6  Added apache license.
     new 79e7295  MNG-1852: Added support of sar files.
     new a9723b8  updating parent to 2.0.1 for scpexe changes.
     new f39f6fd  [maven-release-plugin] prepare release maven-ear-plugin-2.1
     new 2ba2c7a  [maven-release-plugin] prepare for next development iteration
     new ec0ec25  MEAR-3: Fixed handling of includes and excludes settings ; now handles comma separated values properly Submitted by: David Hawkins Reviewed by: Stéphane Nicoll
     new 343014a  resourceDir marked as deprecated ; will be removed in 2.3
     new f33ef8b  fix keywords
     new f6198ba  MEAR-18: Added support of wsr file (Jboss Web Service Archive) Thanks to: Brad O'Hearne Reviewed by: Stephane Nicoll
     new 5f3008a  MEAR-21: Updated of documentation Submitted by: Lilians Auvigne Reviewed by: Stephane Nicoll
     new b100e20  fixed wrong property in documentation
     new f514a63  adjust parent POMs
     new 9711666  [MRESOURCES-14, MRAR-5, MEJB-8, MEAR-23, MANTRUN-46] Removed @description tag and use javadocs
     new 4a517e0  MEAR-25: fixed handling of POM dependencies.
     new 062c8f4  MEAR-24: earName can now be set by the end-user.
     new 1b4a29c  MEAR-8: Added security-roles management for the generated application.xml
     new 3d23df1  MEAR-8: Fixed NPE when no security configuration element is set.
     new f219dfe  MEAR-26: Added ability to map custom artifact type.
     new 32c734c  MEAR-28: Added the ability to generate JavaEE5 deployement descriptor Submitted By: Stefan Arentz Reviewed By: Stephane Nicoll
     new e0a6a2f  remove release.properties from ignores
     new dda08fe  [maven-release-plugin] prepare release maven-ear-plugin-2.2
     new aa9f443  [maven-release-plugin] prepare for next development iteration
     new 15ce811  [MWAR-34, MJAR-38] use the latest archiver to correct issues with the extension in the manifest
     new c077068  MNG-2460: Incorrect POM inheritance for plugins
     new cc91457  PR: MEAR-32
     new b82b058  MEAR-34: Added support for HAR archives.
     new 67ceb28  PR: MEAR-32
     new 30754cd  MEAR-34: Added support for HAR archives.
     new 9aa962d  MEAR-29: Added ability to deactivate <context-root> generation to be compliant with portlet deployment.
     new ac9f273  MEAR-31: Added JBoss support (jboss-app.xml is now generated automatically).
     new 1df62bf  MEAR-29: revert the ability to deactivate <context-root> generation. not compliant with the spec.
     new 40024df  MEAR-33: Added the ability to unpack artifacts in the generated EAR.
     new cb942b0  Adding test cases with the maven embedder.
     new aae3690  updated dependencies.
     new 1e87716  Added testing harness dependency.
     new d16c4d2  Revert to 2.0.1 to fix localRepository issue.
     new 27f9aca  MEAR-44: Added test case for the classifier attribute of a dependency.
     new ccce6e4  MEAR-33: fixed broken unpacking with non standard types (sar mainly)
     new 1134fe3  use inheritence and make all the site appearances consistent
     new 46e011d  Switched to the verifier thing. Still not running the right version though.
     new f7210c4  Added apache license.
     new 25f6402  - Cleaned dependencies - Added a tests page with the list of the test - Fake artifacts are now valid zip files - Updated test structure
     new 6b0fc16  - Cleaned dependencies - Added a tests page with the list of the test - Fake artifacts are now valid zip files - Updated test structure
     new 59ea735  More tests ; Added checks on deployment descriptors.
     new e1831e1  Added settings.xml for test execution.
     new 615c8a9  MEAR-33: unpack flag can be set to false even if the artifact is witin the unpack list.
     new 1c8d722  More tests.
     new f31e42d  Added license.
     new e36bbce  More tests.
     new ef9db88  MEAR-36: Added classifier functionnality to EAR plugin Submitted by: Eric Bernstein Reviewed by: Stephane Nicoll
     new 3976d1c  MEAR-44: Classifier can be used with Ear modules Submitted by: Cédric Vidal Reviewed by: Stephane Nicoll
     new 0b5f1f4  MEAR-39: Added tests to check dependency scopes handling.
     new 45428e3  MEAR-46: - Fixed ejb-clients handling - Renamed JavaModule to JarModule and deprecated JavaModule - Added defaultLibDir as an alias of defaultJavaBundleDir which is more understable - Updated documentation - Updated tests and added an ejb-client test.
     new 59fbaec  put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM.
     new f906e00  MEAR-47: resourceDir is now optional since it's deprecated Submitted by: Ian Springer Reviewed by: Stéphane Nicoll
     new e01f59a  Added more tests (JBoss and security settings).
     new 2a34507  MEAR-42: Added file name mapping functionnality to avoid clashes with artifacts with the same Id and version.
     new 81ced9b  MEAR-47: resourceDir is now optional since it's deprecated Submitted by: Ian Springer Reviewed by: Stéphane Nicoll
     new 0b0d0b8  Added test utility.
     new fa3622f  MEAR-49: Preventing artifacts to be zeroed if source and destination refer to the same file. Submitted by: Ian Springer Reviewed by: Stephane Nicoll
     new 2c892ad  Updated license.
     new dd4e3a3  Preparing for the release.
     new a89044d  Fixed system property since it won't work on all JDK installations.
     new a994d0b  o preparing the EAR plugin for release with the directRelease profile
     new bd610bf  o updating to latest released parent
     new ac61e32  Fixed test failure on linux and macOSx when the build is expected to fail.
     new d20abd2  [maven-release-plugin] prepare release maven-ear-plugin-2.3
     new 5ccaf6d  [maven-release-plugin] prepare for next development iteration
     new 900f219  MEAR-53: ejb-client dependencies are not included in the application.xml by default anymore (should not be treated as  J2EE application client modules)
     new 47a01ad  MEAR-54: fixed wrong example in the documentation.
     new a93fda7  - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation - update to snapshots
     new 811cd3f  MEAR-58: a module is now copied over only if it is newer than the destination file Submitted by: Ian Springer Reviewed by: Stephane Nicoll
     new 46f9cba  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     new 5ed1e53  MEAR-59: it is now possible to customize the main artifact when used toghether with a classified dependency. By default a 'none' classifier identify the main artifact. This can be customized using the mainArtifactId parameter.
     new 56687f8  MEAR-50: Added simple loader repository support Submitted by: Maurice Zeijen Reviewed by: Stephane Nicoll
     new 4e64e06  MEAR-68: Ability to add alt-dd tags to the generated application.xml
     new 4a860b8  MEAR-63: Allow subclasses of EarMojo to provide a JarArchiver Submitted by: Elliot Metsger Reviewed by: Stephane Nicoll
     new d24a332  MEAR-72: Added JBoss module-order element (JBoss 4.2 only) Submitted by: Sairam Rekapalli Reviewed by: Stephane Nicoll
     new 35daeeb  [maven-release-plugin] prepare release maven-ear-plugin-2.3.1
     new 2b9b890  [maven-release-plugin] prepare for next development iteration
     new 4d0cb77  MEAR-52: Ability to add JBoss datasources (*ds.xml) files Reviewed By: Stephane Nicoll Submitted By: Matthew Gagne
     new 3f3d377  comment out test that is failing in my env and CI
     new 20824f0  uncomment test, apparently it was a bad snapshot
     new 8fa3a78  o Added svn:eol-style=native
     new 3cfc4d6  fixed case where there is a space in alternate settings path
     new 1fa5ff4  o Added bin to svn:ignore
     new ba0184b  o Update links to Doxia APT reference.
     new 21d9f24  o added reference to MavenArchiveConfiguration's site in javadoc
     new 6546cc1  Bumping all parent versions to 11, to allow deployment to alternative locations.
     new b729b46  ignore .settings directory
     new 71856d4  Try to use the 12-SNAPSHOT parent
     new c49918f  Fixed test failure. Workaround for now, xml unit should be configured to ignore the elements order.
     new 33b47cf  MEAR-79: Added an IT and could not reproduce the problem.
     new d85a83f  Split unit tests and integration tests Move integration tests in the integration-tests profile
     new 3253834  o Synced id and activation of integration-tests with core ITs
     new c0b541d  o Readded license headers
     new 86040be  o Reordered POM
     new 7a74dad  o Added project description
     new 60a107a  o Added SCM information (compare http://www.nabble.com/Re%3A-%3Cscm%3E-element-in-plugin-POMs-p18934198.html)
     new d336592  o Updated index page of plugin site
     new c1534e3  o Unified plugin name
     new f14eb49  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 8815f0c  o Fixed spelling
     new cf64b60  o Explicitly stated UTF-8 as file encoding o Updated license header
     new e8267f1  o Updated index page of plugin site
     new 0147076  o Inherited from maven-plugins:12
     new a1cd008  o Formatted/reordered POM
     new e56a592  o Migrated core IT 0033 over to its corresponding plugin project
     new f2922da  o fixed settings XSD due to r726420
     new 195f5c5  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
     new 11dd917  o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid
     new 046d2fe  o Fixed svn:keywords
     new 4657d07  MEAR-78: when specified, the library configuration is now written properly in a JavaEE5 application.xml. Thanks to Markus Knittig.
     new f83e5ce  MEAR-43: Content in the src/main/application can be filtered the usual way
     new 88b157a  ejb3 module deprecation warning.
     new 95b6b9a  o Declared parameter default values via Mojo API annotations to have them documented on the site
     new c3ab9d2  o Set svn:eol-style=native
     new 4412581  o Fixed IT setup:   - Added/filtered token @project.version@ to test POMs to enforce proper plugin version during tests   - Moved JUnit IT test into phase integration-test to use the staging repository created by the Invoker Plugin
     new 7f0ba7d  [MEAR-99] Corrupted deployment descriptor if configured encoding does not match platform encoding
     new dcd96f0  o Stabilized tests
     new feee4ba  use the latest parents
     new a58308e  o Inherited from maven-plugins:13
     new 8816758  MEAR-120: Added support for JBoss5 and a complete loader-repository section. Submitted by: Daniel Pfeifer Reviewed by: Stephane Nicoll
     new 9a534a0  MEAR-120: improved the configuration by providing attributes par parser and repository classes.
     new 9525f86  MEAR-81: it is now possible to disable the generation of application.xml if version is set to 5.
     new 8553bf5  MEAR-86: Added a way to include libraries in application.xml using a flag
     new 07ad04b  prepare for the release
     new f712e19  MEAR-100: Activated altDeploymentDescriptor for 1.3 and 1.4
     new a04f591  [maven-release-plugin] prepare release maven-ear-plugin-2.3.2
     new af47247  [maven-release-plugin] prepare for next development iteration
     new 75514d7  used http://maven.apache.org/xsd/* for schema location
     new 6cbfb9d  o Propagated maven.home to ITs
     new c7fabd7  MEAR-105: Fixed jboss-app.xml settings for JBoss5 Submitted by: Evgeny Mandrikov Reviewed by: Stephane Nicoll
     new c0ea0c0  MEAR-104: Fixed order of elements in jboss-app.xml to match the DTD
     new c515235  MEAR-103: Filtered manifest in the defaut resources directory is now taken into account automagically.
     new f93d358  MEAR-75: Class-Path entry in manifest is now generated according what EarModule#getUri() returns.
     new 513ba38  Fix imports
     new 10a4b8e  o Added plugin version to POM snippets in documentation
     new c70b0cf  o filtering version in doc
     new d96d1ea  o fixed ambiguous links o added Doxia xsd
     new 957f89f  MEAR-112 add "6"/VERSION_6 as a valid value of version parameter
     new 3e51a17  generate correct java ee 6 deployment descriptor
     new d33b33f  o Added IT to check JBoss-specific configuration
     new af63e1d  upgrade parent version to ensure source-release is automatic.
     new 3c75b3c  preparing maven ear plugin release. Switched to 2.4 as it contains a major new feature (support of JaveEE 6)
     new 6daa5e1  o Fixed IT
     new 46a0439  o Updated to maven-invoker-plugin:1.4
     new 953ce60  [maven-release-plugin] prepare release maven-ear-plugin-2.4
     new 7a36679  revert release preparation (tagging failed no such revision)
     new c1c4b64  [maven-release-plugin] prepare release maven-ear-plugin-2.4
     new 1926bd0  [maven-release-plugin] prepare for next development iteration
     new 2cc5c8b  Fix couple of typos in javadoc
     new 50e267f  MEAR-118: Fixed regression of application.xml generation.
     new c8ad8ce  MEAR-121: Added documentation about the ${null} trick to avoid a display name at all in the generated application.xml
     new a11e559  MEAR-117: filtering should create the appropriate target directory if necessary.
     new 9514691  MEAR-85: ejbClient dependencies should be placed in defaultLibBundleDir. Patch submitted by: Aleksey Shipilev Reviewed by: Stephane Nicoll
     new bc31cfa  [maven-release-plugin] prepare release maven-ear-plugin-2.4.1
     new d2d452e  [maven-release-plugin] prepare for next development iteration
     new 47c6b72  Updated parent to v17
     new dba2315  [MEAR-125] EAR plugin is not thread safe
     new b3dd5a0  o Upped archiver to 2.4.1, fixed dependency:analyze issues
     new be2153d  [maven-release-plugin] prepare release maven-ear-plugin-2.4.2
     new 6c44994  [maven-release-plugin] prepare for next development iteration
     new 5e706cd  code reformat according to maven code style. Initiated 2.4.3-SNAPSHOT
     new a6a0d6e  MEAR-116: Harmonized build output be it invoked from the reactor or from the module directly, based on an initial patch made by Benjamin Bentmann.
     new c9f0209  MEAR-35: added the ability to specify an ID for a given module and to trigger automatic generation based on the generateModuleId property. Based on an initial patch from Matt Jensen.
     new f81011a  MEAR-98: Added a file name mapping implementation that omits the version. Based on a patch by Benjamin LERMAN.
     new 4f77df3  MEAR-134: fix for no library directory with JavaEE, based on patch provided by Michael Brackx
     new 0eefc1d  MEAR-131: Rationalized the use of expresion vs. default-value for mojo parameters.
     new 981de38  MEAR-132: adding default-value tag to generate the documentation properly.
     new cab1042  MEAR-128: added support for application-name and initialize-in-order (JavaEE 6 features)
     new 697b6d9  MEAR-135: rationalize the use of JavaEEVersion in its own class.
     new 9c1ecec  o Fix typos and add more formating.
     new a4eb108  [maven-release-plugin] prepare release maven-ear-plugin-2.5
     new 2257d8f  [maven-release-plugin] prepare for next development iteration
     new ac7d216  o Added license headers
     new b0be95a  o Set svn:eol-style=native
     new 623e960  fix relativePath to plugins parent and bump to latest parent for all plugins
     new bae7de8  MEAR-137: Support for AppClient. Still need to add ITs once the maven-acr-plugin is resolved
     new 4ff3049  MEAR-137: integration tests and documentation update for the app-client support
     new dff6454  o added mavenVersion property when not already there o used mavenVersion property for maven prerequisite
     new f5d889b  upgrade invoker plugin to 1.5
     new d1c8e16  fixed typos
     new c20bfa7  use local resources when validating documents to avoid intermittent failures
     new 8e140df  MEAR-139: fixed typos in documentation (earSourcesDirectory vs. earSourceDirectory). Thanks to Alexey Tomin
     new c07e915  [maven-release-plugin] prepare release maven-ear-plugin-2.6
     new 4156bb4  [maven-release-plugin] prepare for next development iteration
     new ec17e74  upgrade plugins to latest parent 21
     new 62d56aa  Fix broken links.
     new da61343  Improve Javadoc.
     new a38097d  [MEAR-60] Improve support for skinny war files Submitted by: Jeroen Ruijgers and Eric Pabst Reviewed by: Dennis Lundberg
     new 17d8946  [MEAR-60] Improve support for skinny war files
     new 6a0eefb  Fix the property name so that filtering actually takes place. Fix typos.
     new 89d66a3  Change groupId and name of IT.
     new ba3448b  Fix typo in directory name of IT.
     new fe51d40  Fix the exception message if an excluded entry is included.
     new c37ad6d  [MEAR-87] Allow exclusion of artifacts when building the ear file
     new ac2af49  Remove redundant name attribute.
     new cb079d2  Minor tweaks to Javadoc.
     new 32466de  Extract the version of Maven Archiver to a property and display it on the usage page.
     new 6b0c2fb  Extract the version of Maven Filtering to a property and display it on the usage page.
     new aa0df5c  [MEAR-140] HTML Anchors on page "EAR Modules" defect
     new d6590dc  [MEAR-48] Remove the deprecated resourcesDir parameter
     new 1c2689c  [MEAR-60] Improve support for skinny war files
     new 0195d40  [MEAR-87] Allow exclusion of artifacts when building the ear file
     new 99d1fed  Fix errors reported by Checkstyle.
     new 23508d0  Fix typos.
     new 3e2569b  Add generics
     new 0fddb8f  Add more generics
     new 3cbb424  Add more generics
     new 370fbaf  Generics for tests too
     new 8319c87  Update mavenArchiverVersion from 2.4.1 to 2.4.2
     new b63259b  Cleanup m-invoker-p, already configured in maven-plugins parent, which caused a duplicate invocation of this plugin
     new 922e2c9  Fix typos.
     new 05e14c1  [maven-release-plugin] prepare release maven-ear-plugin-2.7
     new 9ec9cd6  [maven-release-plugin] prepare for next development iteration
     new 4e780ee  MEAR-141: support of env-entries in generated application.xml, based on a patch from Jim Brownfield.
     new 5c25d27  MEAR-145: Add Maven version used to Created-By entry in manifest (Submitted by Anders Hammar).
     new acf936b  MEAR-141: Fix String.isEmpty() signature
     new 5ee313e  Add Bugtraq properties.
     new e8e2a0c  [MEAR-145] Add Maven version used to Created-By entry in manifest
     new 40714b5  Stop using deprecated plugin configurations.
     new 18dc5fa  Revert "MEAR-141: Fix String.isEmpty() signature"
     new cf697ae  Upgraded deps
     new 7cb9093  MEAR-147: Fixed doctype declaration for JBoss 4.2. Patch submitted by Andreas Wurzer
     new ab9e56d  Remove unnecessary @SuppressWarning
     new c420b60  [MEAR-152] use maven-plugin-tools' java 5 annotations
     new dfb82e3  move plugin version to a property and plugins annotations in compile scope
     new 5fa30e0  use non beta maven filtering version
     new 2f523e6  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new 034de60  fix ear plugin build
     new 87fb962  this repository doesn't exist anymore
     new 52cef15  reverted part of r1360770 causing IT failures
     new 42bbac3  reverted r1360775 since it causes project-045 failure (don't know if the IT is wrong or the non-beta utility has bugs)
     new 4a242d3  annotations are not needed for plugin execution so mark dependency as provided
     new 50941b6  Aligned plexus archiver version to latest release
     new 6ea90b0  MEAR-150: Support for no version for ejb file name mapping. Patch submitted by Philippe Marschall
     new 2f1bf8e  use released parent pom
     new 51bd3eb  MEAR-141: support of env-entries in generated application.xml, based on a patch from Jim Brownfield. Applied again with a fix for the IT with Maven 2
     new 61c7260  MEAR-146: add an option to tune the way the library-directory element is generated in the application.xml. Based on patch provided by Alex Halovanic. Also fixes MEAR-151.
     new 6e6d468  [maven-release-plugin] prepare release maven-ear-plugin-2.8
     new e1720d6  [maven-release-plugin] prepare for next development iteration
     new 0276c57  use Integer.valueOf rather than new Integer
     new 93a8323  replace StringBuffer by StringBuilder
     new 551e6a9  [MEAR-160] use last plexus-utils which is faster to copy files.
     new e89a23b  [MEAR-160] use last plexus-archiver with useJvmChmod on per default.
     new 9fe91b7  update maven-plugin-plugin to 3.2
     new 85fbb4a  use last plexus utils 3.0.9
     new a0d21b6  [MEAR-164] support for useJvmChmod in archiver Submitted by Seth Rife.
     new a174035  add contributor
     new c34dfa9  add @since
     new ca5c15d  [MEAR-164] support for useJvmChmod in archiver and true per default
     new a9979fd  upgrade all to last parent 24
     new 72f3de2  Use m-invoker-p 1.8 to include groovy-xml classes
     new cb64ffd  Follow ASF branding rules.
     new 592b292  More plexus updates
     new 9314821  Oh, look at that button. Does that convert everything to correct java5 ??
     new b0624f5  Further code analysis improvements
     new 0ad1f7a  More code analysis fixes
     new bb92c99  Reformatted to code style
     new 50a5272  Revert "Reformatted to code style"
     new 8405e54  [MEAR-169] Add support for EAR 7 Submitted by Fred Bricon
     new af7e908  better with adding files ...
     new e275608  add Fred as contributor
     new f53ac73  Add missing license headers where possible. Configure explicit RAT exclusions for the files that cannot contain a license header. This plugin now passes the checks done by RAT.
     new fd148fb  [MEAR-149] skinnyWars and SNAPSHOT unique dependencies
     new 5a9d495  Add mockito (required with previous commit, which now has compilation errors) introduce failsafe instead of customized surefire
     new 8dcfa8f  Force correct order of elements, it seems like XML validation doesn't work.
     new d79cf34  [MEAR-158] Elements library-directory and env-entry out of sequence in application.xml for JEE 6 Patch contributed by Fred Bricon, verified by Robert Scholte
     new 23a2f04  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new b7b8096  [MEAR-174] generate-application-xml does not support the definition of an application id
     new e61e2f4  Update javadoc, version 7 is also valid
     new 4fd7253  MavenProject is actually injected as parameter, not as component
     new c28d888  Make MavenProject required and readonly
     new 1e91078  [MEAR-172] Enhance the exception thrown when the EAR plugin can not map an included artifact Patch contributed by Steve Moyer, verified by Robert Scholte
     new 1750cc7  Code formatting, no other changes!
     new ea6fc85  Fix several checkstyle error
     new c699d50  [MEAR-167] Classes from different modules with the same artifactId are merged when skinnyWars set to TRUE
     new 5450789  improve comment
     new 9ebc1ff  [MEAR-162] skinnyWars with wars without manifest Class-Path attribute
     new 8a63e60  restrict jdk to 1.6+ due to javaee-api dependency
     new 62e1235  Also fix source+target of compiler
     new 51eba37  Simplify multimodule project Fix for M2 by specifying ejb packaging (instead of the default: jar)
     new 3d1b2ae  Cleaned up based on dependency:analyze
     new e2e4d50  [MEAR-88] Improve documentation on combining Eclipse and Maven Integration
     new ef6903e  Upgraded plexus deps
     new 6736a2d  Changed to correct name of m2e and added link to m2e project page.
     new 0aa269b  [MEAR-178] Change "J2EE" and sun link on index page
     new 8824399  Added missing link to Eclipse and Maven Integration example
     new fddbc3c  [MEAR-73] Property to disable transitive dependencies resolving IT to confirm this works for M3 already
     new 226f3d8  [MEAR-73] Property to disable transitive dependencies resolving Document configuration for excluding transitive dependencies
     new dbbf0bb  Clarified that m2e is the preferred way for integrate Maven in Eclipse
     new 780091f  Add licenses
     new c64f05d  [maven-release-plugin] prepare release maven-ear-plugin-2.9
     new 51f1355  [maven-release-plugin] prepare for next development iteration
     new 0cfb1e8  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 90f817c  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 28344c5  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new 12068d6  added license header
     new 7ccc1c7  [MEAR-189]  - In case of the fileNameMapping is changed from    default to no-version or full the deletion of the    artifacts could not work. So introduced a simple method    which gives back the original name which solves the problem.  - Added two approriate integration tests to prove the correctness.
     new 601478a  [MEAR-185]  - Fixed documentation and IT's appropriately.    Using defaultLibBundleDir instead of defaultJavaBundleDir.
     new 05a9698  - Improved documentation for the fileNameMapping.
     new 7109711  [maven-release-plugin] prepare release maven-ear-plugin-2.9.1
     new dc431be  [maven-release-plugin] prepare for next development iteration
     new ada9572  - Cleaned up code   - Removed WARNINGs   - Removed unused imports   - Removed unneccesary @Suppress..
     new 279f8d4  [MEAR-183]  - Creation of temp folder now in target folder.
     new b93c5fa  [MEAR-190]  - Removed alias.
     new c7c40e8  [MEAR-191]  - Set prerequisites to Maven 2.2.1  - fixed incompatiblity in ArtifactTestStub.
     new ed10760  Injection via @Parameter instead of @Component
     new ca4ff38  plexus-archiver 2.5
     new 3042aeb  [MEAR-195]  - Removed plexus-container-default:1.0-alpha-9-stable-1 dependency
     new dfe40e3  - Removed unused code.
     new 238fcf5  [MEAR-196]  - Upgrade to plexus-archiver version 2.6
     new 4aeee58  Updated to plexus-archiver 2.6.1, plexus-io 2.1.1 and plexus-utils 3.0.18
     new b45ea0a  [MEAR-197]  - Upgrade to plexus-archiver version 2.6.2
     new e711b4e  Updated to plexus-archivee 2.6.3 and io 2.1.3. Should fix windows troubles
     new b3254b4  - Improved Code to be more Java 5.
     new 7f1ba3e  [MEAR-199]  - Fixed the integration test to get a comparsion between    used manifest file and the one which is inside the EAR file.
     new b45a305  [MEAR-199]  - Followup cleaned up imports.
     new e815865  - Fixed typo.
     new 7088500  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new bc81625  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new 60f44cb  [MEAR-200]  - Upgrade to plexus-archiver 2.7
     new 8fec743  Updated to p-u .20
     new 457a652  [MEAR-180]  - Checking the list of modules if we have    duplicate artifacts and produce a warnging    optionally fail the build to keep backward    compatibility.
     new e7f34f3  [MEAR-202] Upgrade to maven-plugins version 25 to 26  - Fixed checkstyle reported errors.  - Added/Fixed missing license headers
     new c7b6c7b  [MEAR-202] Upgrade to maven-plugins version 25 to 26  - Added excludes for har, sar types which seemed to be    causing problems.
     new 1ae970c  [MEAR-202] Upgrade to maven-plugins version 25 to 26  - Cleanup pom according to the update.
     new cf59388  - Added Link to RAT-187 to ignore har/sar files.
     new d08b6dd  [MEAR-204] Upgrade maven-archiver dependency to v2.6
     new 91337c0  added debug output
     new e2dc67f  [MEAR-205] Upgrade to maven-plugins parent version 27  - Removed definitions for maven-plugin-annotations    cause they are inhertited from the parent.  - Enhanced apache-rat-plugin configuration    to add excludes instead of replacing them.
     new 6828bea  [MEAR-206] Update to plexus-archiver 2.9
     new df74ea1  [MEAR-176] Upgrading maven-filtering breaks IT
     new da163c4  [MEAR-182] Skinny WAR's - Skip Class-Path Modification in Manifest  Applied patch of Mario Däpp with slight enhancement by using the  option skipClassPathModification which is defined to true  by default to keep backward compatibility.
     new 9df7aed  [MEAR-182] Skinny WAR's - Skip Class-Path Modification in Manifest  Followup: changed the logic cause it makes more sense in that way.
     new b116c56  [MEAR-182] Skinny WAR's - Skip Class-Path Modification in Manifest  Followup: activate new feature in integration tests otherwise            the IT will fail as expected.
     new 7029ec6  Improved code to reduce the checkstyle reported errors.
     new 240e4f3  Improved code to reduce the checkstyle reported warnings/errors.
     new 0638020  Removed accidently added comment.
     new a90a766  [MEAR-188] Project property cannot be resolved inside <env-entry> element  Introduced interpolation within the envEntries elements its no possible  having properties etc. within those elements.
     new 42bc9dd  [MEAR-181] Adding ejb-ref in application.xml  Added ejb-ref first implementation.
     new b870c04  [MEAR-210] Following naming conventions of maven-surefire/failsafe-plugin   - Removing the maven-surefire-plugin configuration which results in changing     some test file names to fit naming conventions.   - Moving the stubs into a separate folder.   - Upgrade to junit 4.10
     new 5300888  [maven-release-plugin] prepare release maven-ear-plugin-2.10
     new 9a10d3e  [maven-release-plugin] rollback the release of maven-ear-plugin-2.10
     new ae20f0c  Fixed checkstyle reported stuff.
     new d76e13a  [maven-release-plugin] prepare release maven-ear-plugin-2.10
     new b986573  [maven-release-plugin] copy for tag maven-ear-plugin-2.10

The 404 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.


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