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/09 15:31:24 UTC

[maven-war-plugin] branch master created (now 9a4763f)

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

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git.


      at 9a4763f  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new 03af646  Initialization of war plugin. It doesn't work but don't break ci.sh and it's for Brett debugging.
     new d35f532  add temporary war:war as it is set as the package goal
     new c3a98cb  o Added first-pass logging and event-monitoring impls. Converted all System.out calls in maven-component plugins to use logger.
     new ed0bde4  - Externalize archiver methods - Update JarMojo - Implements WarMojo (Not tested yet)
     new 259c254  depedency update
     new 9efc2b4  Initial version of war plugin.
     new 049036d  Fix integration tests
     new 79f3050  Add dependencies in war and add support of scope deps
     new 5fdd1ae  flip pom format
     new d4c101b  Add Package in manifest from plugin configuration.
     new dcfcd84  Remove unused classes.
     new 7b4a785  Remove todo. Properties doesn't exists on dependencies now.
     new 84e188c  PR: MNG-52 change type of maven plugins to "maven-plugin" instead of plugin. This should allow other products to have different plugin types, if necessary.
     new 26f378c  move log to AbstractPlugin, out of request. Request now contains only parameters (will move to fields) and marmalade context (can move to marmalade mojo wrapper)
     new 67ee01f  convert archive mojos to new execute(). More work is required to reuse the common fields.
     new 756e083  change the maven group ID
     new b30b35d  change archiving plugins to use a shred archive configuration
     new 8448c96  make sure compile time dependencies (the default) are bundled too
     new 824d581  update poms for releases
     new e0eae66  clean up dependencies.
     new f99fafe  release alpha-1 plugins
     new 3a9ccc9  split the plugin API and the plugin descriptor code
     new f453060  utilise the container for populating all mojo configuration, including expressions
     new d99f8df  deprecate warName in favour of finalName, and add default excludes
     new b8e7a94  update dependencies
     new f880430  forgot one dependency update
     new 9323947  o Cleaned up field-level annotation support (especially descriptor extraction, generation, and building) o Converted all "core" plugins (including maven-core-it-plugin) to use field-level annotations o Removed generation of parameter descriptors for ${/#component.* param specifications. o Added @readonly for parameters that cannot be overridden by user configuration (List override was dangerous here) o Added validation against pom-derived configuration for @readonly para [...]
     new 49d1792  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
     new d623dfc  set consistent versions
     new 61b410a  use released versions
     new 3bd55e2  bump versions
     new 9c21bc1  war requires dependency resolution
     new b6628e5  remove old cvs ignore files
     new c4cb2fc  update parent references to get access to the ci settings
     new 3fff331  PR: MNG-415 implement provided scope
     new a4c216b  PR: MNG-257
     new d9a5ce6  change <model> to <project> in root tag.
     new ff74e4b  PR: MNG-140
     new 6188fd0  PR: MNG-500    Not sure if anything else is touched besides the war mojo. If so, we should factor the inclusion logic into some sort of component for maintenance purposes.
     new 001265f  Fixing artifact handling to only process the runtime artifacts, and select out the tld's from that. This is for the war mojo, BTW. :)
     new 4a630cc  Resolving: MNG-495
     new 89fcda8  Update all versions to beta-1-SNAPSHOT
     new 12b0297  Working on: MNG-576
     new 540dbc3  PR: MNG-596 add XSD definition to m2 poms and archetypes
     new e26b811  correct equals
     new 3ceee00  PR: MNG-579 correct inclusion of tlds
     new 59bf7fa  typo caused nothing to get included
     new d3e9cf6  move main J2EE packaging definitions back to being built in
     new f020821  MNG-692, continued: also update project.artifact.file for War. I'm leaving it alone for non-war (i.e. exploded/inplace webapp) generation.
     new 84f3d55  Fixing MNG-478: "war:war warSourceExcludes parameter not used when set in the                 POM". Patch created by Greg Case, thanks for your work!
     new 030d8d2  MNG-853: added Javadoc and parameter's documentation.
     new 5b6ede3  o EclipsePlugin now does NOT download sources by default.   Specify -Declipse.downloadSources=true to do so.
     new c56dc2a  update dependency and parent versions
     new 13a422a  reinstate exploded mode - recommend use from the command line only, add deprecation warning
     new fb485ea  [maven-release-plugin] prepare release maven-war-plugin-2.0-beta-1
     new b6de953  [maven-release-plugin] prepare for next development iteration
     new 8ca9379  MNG-853: added howto and web site doco for war plugin.
     new 2111885  copy/pasting is evil!
     new 677bd94  no point in deprecating this, still need a var to take final name from.
     new a850f9b  [MNG-1071] lookup archiver instead of calling contructor so output will be use with the correct logger. I forgot to modify these files
     new 03ebb9f  Fix tabs
     new 253c483  use released versions
     new dfc6976  PR: MNG-1037 Submitted by: Allan Ramirez Reviewed by:  Brett Porter add exploded and inplace goals (applied with modifications to better  utilise base class and use shared default excludes)
     new e4f714a  fix typo
     new ef6e618  required dependency update to get correct plexus utils
     new 292a194  update versions in plugins
     new 4b0aea2  Updated documentation according to new Mojos. (exploded / inplace).
     new b0d3bee  PR: MNG-1038 Submitted by: Edwin Punzalan fix warSourceExcludes issue
     new d5d9dca  [maven-release-plugin] prepare release maven-war-plugin-2.0-beta-2
     new be99fa3  [maven-release-plugin] prepare for next development iteration
     new 4253e44  PR: MNG-1288 Submitted by: Victor Yushenko avoid copying directory over the top of itself
     new c06cdd5  PR: MNG-1296 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter use scope filter and optional flag instead of hard coding
     new c27d0a7  [MNG-1598] Use maven-archiver snapshot
     new 196dcfa  PR: MNG-1038
     new f77197a  PR: MNG-1507 Submitted by: David Hawkins
     new 6aa2d1e  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 9952ab7  MWAR-6: Fixed handling of includes and excludes settings ; Now handles comma separated values properly Submitted by: David Hawkins Reviewed by: Stéphane Nicoll
     new 1318dd2  PR: MWAR-15 Support separate generation of MANIFEST.MF file.  This is necessary to support Rational's IDE which requires a MANIFEST in the source area.
     new 7ed4002  o Adding support for attached WARs.
     new 2236dc3  Use latest parent
     new 58e0b7c  War plugin now also packages 'par' archives (ejb3 persistence beans).
     new fdd9144  Updated the copying of 'par' artifacts; the servlet container does NOT automatically add '.par' files in the WEB-INF/lib/ directory to the classpath. So the copy will rename the artifact to a .jar extension.
     new 7c82fca  adjust parent POMs
     new dda7b56  PR: MWAR-24 Submitted by: Chris Nuttycombe Reviewed by: John Tolentino, Jr.
     new f991bef  PR: MWAR-24 Submitted by: John Tolentino
     new 5549bda  PR: MWAR-26 Submitted by: John Tolentino Jr
     new 02c5e7c  PR: MWAR-20 Submitted by: Maria Odea Ching
     new 88c4868  Reverting MWAR-26
     new fc446f3  PR: MWAR-26 Submitted by: John Tolentino, Jr.
     new efdeb51  PR: MWAR-13 Submitted By: Maria Odea Ching Reviewed By: Allan Ramirez
     new ef89cdf  PR: MWAR-19 Submitted by: John Tolentino, Jr.
     new 6ec379b  PR: MWAR-7 Submitted by: Maria Odea Ching
     new 13f8cb0  PR: MWAR-12 Submitted by: Brian Topping, John Tolentino
     new 6c0c055  clean up
     new 378fc00  [MWAR-12] fix filtering, and have it use the normal build filters instead of custom ones
     new b01d230  bump versions
     new 8d811c8  go back to 2.0.1 of archiver - it hasn't changed, and we want to minimise the dependencies
     new 3ba9770  fix null pointer exception
     new 5080a39  [maven-release-plugin] prepare release maven-war-plugin-2.0
     new c0b0a31  [maven-release-plugin] prepare for next development iteration
     new e7b2c25  back in dev
     new e3b8d1b  [MWAR-28, MWAR-36] tests and a bugfix for the WAR plugin Submitted by: Marvin King
     new 8ee54b5  PR: MWAR-28
     new ddbd48a  added sample artifacts for the classpath test of manifest mojo
     new 866fd3c  use released version
     new 1a94d56  [maven-release-plugin] prepare release maven-war-plugin-2.0
     new ff6e8f8  [maven-release-plugin] prepare for next development iteration
     new b6f4193  [MWAR-38] fix filenames of included ejbs, etc
     new 4f154a2  [MWAR-37] additional test cases Submitted by: Marvin King
     new 8d768c1  add missing test files
     new 87f7dab  PR: MWAR-44 Submitted by: Marvin King
     new 7aafd5f  PR: MWAR-39 Submitted by: Robert Watts Unable to exclude jars from WEB-INF/lib
     new 056c7ea  MWAR-45: add config prop to specify webapp classes should be zipped and placed into WEB-INF/lib/xxx.jar instead of placed in WEB-INF/classes/ Submitted by: Prasad Kashyap
     new c020a13  [MNG-1395] Change all m2.bat and m2 references in sources to mvn.bat and mvn
     new 4f4cfd3  [MWAR-34, MJAR-38] use the latest archiver to correct issues with the extension in the manifest
     new 241fb05  add missing test
     new 111b00f  [MWAR-51] documentation missing on website
     new 2f72563  fix tests since change to archiver
     new e4c8557  [MWAR-48] documentation for the WAR plugin in line with the new plugin standard Submitted by: Pete Marvin King
     new 28ed23d  [MWAR-52] add tests to verify problem can't be reproduced, improve formatting and usability of some tests
     new 1ef63eb  [MWAR-47] correctly handle timestamps when unpacking files from WAR
     new 2989450  [MWAR-35] use canonical file to avoid long paths causing problems on Windows
     new 3b9e96a  clean up test
     new 6ee321c  [MWAR-41] align filtering to assembly/resources (filter project properties)
     new 32f7a77  test filtering overwrites when changed
     new 7359886  [MWAR-52] fix error reporting when webXml is missing
     new cc21886  [maven-release-plugin] prepare release maven-war-plugin-2.0.1
     new 0c6b308  [maven-release-plugin] prepare for next development iteration
     new 8b09071  [MWAR-55] make sure webapp sources take precedence over overlaid wars
     new 05d157b  [MWAR-48] documentation improvements Submitted by: Pete Marvin King
     new 1556f53  [MWAR-48] apply some more documentation contributions Submitted by: Pete Marvin King
     new 769f69e  [MWAR-48] finish war plugin documentation Submitted by: Pete Marvin King
     new 26a6d27  [MWAR-61] documentation addition for setting the WAR manifest classpath Submitted by: David Jencks
     new b5efeda  PR: MWAR-54
     new 64c25b5  Add documentation on creating skinny wars. Minor verbage fixes for existing documentation.
     new b90f6c3  MNG-2460: Incorrect POM inheritance for plugins
     new e0d556f  PR:MWAR-48: review plugin documentation Submitted by:Franz Allan Valencia See
     new 124a4ba  set the correct version
     new 2ca841c  o Set EOL style to native.
     new ab5af34  o Use standard titles for standard pages. o Sync the titles for examples with links to them on the index page and in the menu. o Add more context to the pom.xml examples. o Fix typos.
     new d463a9f  jetty6 plugin is jetty plugin now
     new 7bde14d  [MWAR-67] webResource filtering needs filter Submitted by: Franz Allan Valencia See
     new f04d7ee  Use latest maven-archiver
     new fbec8cb  update all parents
     new 714ac5e  use inheritence and make all the site appearances consistent
     new 09ddae2  [MWAR-59] Resolution of ejb artifact final name. Now uses "-client" when artifact type is "ejb-client". Fix and test case modification submitted by Andreas Wuest.
     new 2a61b88  Use getClassifier instead of getType in resolving the artifact's default final name. Affects MWAR-58 and MWAR-59.
     new 77fa2eb  [MWAR-58] Test cases for duplicate artifacts but with classifier.
     new 44ba184  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 f3d951d  [MWAR-85] New FAQ page. Also required to pass docck.
     new 083e322  o updating headers to ASF standards
     new 0f1c68b  o use released parent
     new d264502  o preparing the WAR plugin for release with the directRelease profile
     new 53b8a7d  [maven-release-plugin] prepare release maven-war-plugin-2.0.2
     new ad97c47  [maven-release-plugin] prepare for next development iteration
     new a90af2b  o updating to latest released parent
     new 7f88b4c  - 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 2b44ca8  MWAR-90: Documentation has a typo
     new 8882e82  fix typo
     new d57b52d  use released parent
     new e941f06  fix another typo
     new 6604677  [MWAR-92] Bad xml in sample documentation on website
     new 3e5b6dc  [MWAR-88] typos in documentation Submitted by: Tomasz Pik
     new e7849a5  MWAR-93: Added support of outputFileNameMapping
     new 930380a  MWAR-93: Added since tag to update the documentation properly.
     new 0e06c06  MWAR-75: fixed a typo in the documentation Submitted by: Bernhard Wellhöfer Reviewed by: Stephane Nicoll
     new cb8b3c6  MWAR-79: fixed resources handling in the reactor. Submitted by: Elliot Metsger Reviewed by: Stephane Nicoll
     new ecb0a88  MWAR-76: Allow Axis2 archives (.aar files) to be imported into WEB-INF/services directory. Submitted by: John Pfeifer Reviewed by: Stephane Nicoll
     new 82efa3b  MWAR-91: Dependency of type=test-jar and scope=compile are now included in WEB-INF/lib on packaging. Submitted by: Piotr Tabor Reviewed by: Stephane Nicoll
     new 659cd9d  MWAR-97: cleaned up the tests a bit; added helpers to create a full test suite of the overlay functionnality.
     new a008e39  MWAR-97: Merged overlay work in the Trunk
     new a96631d  MWAR-122: Fixed test cases on Windows, thanks to Tomasz Pik
     new 20e7c0d  MWAR-119: Update to latest plexus-utils
     new 275ce51  [MWAR-104] handle zip dependencies in war plugin as described in issue use overlay feature to define optionnal targetPath
     new 5b331da  [MWAR-104] to preserve backward comp. zip overlay must be off by default   add some notes on this in overlays.apt.
     new 74c47e3  Fixed documentation.
     new ec75e77  Better integreate the zip overlay feature in the document.
     new 90d8054  [MWAR-104] adding type attribut in Overlay change handling zip dependency/overlay implementation in OverlayManager to not use a private fields which contains only war overlay (NOTE : with this implementation overlay can be of any type)
     new e2149bd  [MWAR-123] filtering with @ is working randomly Submitted by Tomasz Pik Add unit test for filtering with @ upgrade plexus-utils version to 1.4.7-SNAPSHOT add plexus snapshot repository until plexus-utils release
     new 87b7db5  used a plexus-utils released version
     new e7aab69  add it test (just work start more have to be added later)
     new 6f2469d  [maven-release-plugin] prepare release maven-war-plugin-2.1-alpha-1
     new c679322  [maven-release-plugin] prepare for next development iteration
     new 72ba5ec  MWAR-89: improved filtering capabilities Submitted by: Jochen Wiedmann Reviewed by: Stephane Nicoll
     new a030301  MWAR-120: Option containerConfigXML doesn't work
     new 9253bae  MWAR-101: Added an IT that validates that dependencies with the same artifactId and different classifiers are handled correctly.
     new e263cb5  MWAR-30: Added the ability to build a war without a web.xml Submitted by: Denis Cabasson Reviewed by: Stephane Nicoll
     new 8a9d249  MWAR-131: Ability to deploy the content of WEB-INF/classes as a classified artifact
     new b8e770e  Add an it for MWAR-129. Currently it doesn't break because the war plugin version is forced to 2.0.2 in the it pom. It just to have a working stuff.
     new aa43a6c  fix MWAR-129 it add missing license headers
     new b55685c  [MWAR-129] WebRessource not filtered when is part of the the warSourceDirectory
     new dd6d561  [MWAR-62] can't reproduce anyway add an it for warSourceExcludes parameter
     new 882bc33  add missing license headers no code change
     new e5b3d00  upgrade to last parent version
     new 8198d4c  fix checkstyle errors no code change
     new 9414c96  use released version
     new f5ab49e  lock plugins version
     new 757eff7  move plugin declarations to pluginManagement section
     new 4ab57e2  MWAR-118: now keeping track of project's dependencies and removing obsolete data. This namely happens when a dependency is removed, has a different scope or any other packaging-related change.
     new def1906  a bit of cleaning, too much debug statements.
     new b25e904  MWAR-136:  Could not overlay two overlays with same groupId and artifactId (classifier)
     new 3328cba  MWAR-135: Add an option to exclude content from the generated archive to implement the skinny war process (packagingExcludes)
     new 404bdd0  MWAR-135: Add an option to exclude content from the generated archive to implement the skinny war process (packagingExcludes)
     new 95f561c  fix 1.4 compilation
     new a486c45  [MWAR-116] The outputFileNameMapping config creates bad dependency files in WEB-INF/lib NOTE : the expression has been changed to @{ }@
     new 20db587  update documentation due to expression change
     new 699c428  [MWAR-96] WebResource not filtered with system properties. Now the plugin use the component maven-filtering
     new 7dba882  really use java.version for verifying the it test
     new 1c67e26  - remove classes moved to maven-filtering component - AbstractWarPackagingTask.java : cleanup imports - WarUtils.java : add license header
     new 0932a08  MWAR-139: Added IT to reproduce the issue.
     new 40dff8b  [MWAR-139] Wrong token replacement (@@ is replaced with org.apache.maven.project.MavenProject@dedf1473) uncomment test in bsh script because now the issue is fixed in maven-filtering
     new 1257ca3  [MWAR-102] Upgrade maven-archiver dependency to 2.3 (add some exclusions on plexus-container) upgrade surefire version to 2.4.1
     new cd76903  [MWAR-140] 2.1-alpha-2 head is not compiling because AbstractWarPackagingTask is trying to catch an IOException that is no longer thrown Submitted by Allen Servedio
     new b801f70  create List of FilterWrapper only one time for the mojo execution instead of for each file filtering.
     new 59f14d4  [MWAR-143] War Overlays and resources filtering
     new 88e1b67  [MWAR-145] Add a mojo parameter for file extensions which must not be filtered.
     new e77f3f2  fix plugin harcoded version in it test
     new 37661ac  MWAR-137: Fixed documentation regarding Zip overlays.
     new 9977068  Updateed Javadoc.
     new 6f49491  use the method from maven-filtering component
     new 34b71c1  documentation on nonFilteredFileExtensions
     new 8c7db1d  [MWAR-144] Custom filter list does not work add a test for this in it MWAR-96
     new bf4e5b5  missed a add in last commit
     new 8d7cc77  use released p-u version
     new ce8e22f  remove the use of the deprecated expression for lookup plexus component : now use the @component annotation
     new 314ad2c  maven-filtering needs a mavenSession now
     new e3c7ce2  - fix possible NPE when building a war project without dependency - upgrade to parent snapshot (temove redundant plugin declaration)
     new 9cf896e  temporary add apache snapshot repo to fix it executions
     new 2f3e735  MWAR-131 Added a faq explaining the new attachClasses parameter as well as the existing archiveClasses parameter.
     new 5b894f9  fixing the deprecated property syntax
     new 11a99eb  o Removed svn:executable
     new 1e07ffd  o Added svn:eol-style=native
     new ec15493  MWAR-131 Added integration test to make sure that the classified artifact is installed in the local repo, and able to be used by another project.
     new 5767d56  MWAR-152 Configure the clean plugin to delete files created by integration tests.
     new e486d3d  MWAR-131 Make sure the current snapshot version of the plugin is used for the IT.  Added svn:ignore props.
     new fe8720f  use released parent
     new c387aa9  use last invoker plugin SNAPSHOT version use a feature to have a more fast build
     new 65197b4  adapt to last maven-invoker-plugin changes [MINVOKER-22]
     new 2a59be9  o Update links to Doxia APT reference.
     new f9d1b79  [MWAR-159] Filtering deployments descriptors (web.xml)
     new fc00040  fix svn:keywords property NO code change
     new 1e6847f  add @version $Id$ in classes NO code change
     new d432101  add doc concerning web.xml filtering
     new 455fe67  o added reference to MavenArchiveConfiguration's site in javadoc
     new 9e28f1e  use released version
     new b400404  adaptation to use of plexus-interpolation in maven-filtering
     new 59fb326  o Removed unnecessary stuff
     new 17b5165  using release of maven-plugin-testing-harness:1.2
     new 377689d  upgrade to last maven-filtering SNAPSHOT version
     new 31b0c4f  o Enabled workaround for MINVOKER-43
     new 9c283e6  Improved logging.
     new e276c12  MWAR-133: Added an IT to validate the scenario reported in the issue
     new acd7d99  o Set EOL style to Native.
     new 1691257  o Use latest versions of Project Info Reports and Site plugins. o Remove the unused Codehaus Snapshot Repository.
     new 70354e0  o Use latest license headers.
     new d50855f  o Fix errors reported by Checkstyle.
     new 0f58ef1  o Remove an unused method found by PMD/CPD. An identical method exists in org/apache/maven/plugin/war/util/WarUtils.java if anyone needs it.
     new b572b3f  o Rewrite some texts to make it flow better. o Fix errors, typos and broken links. o Add more formating.
     new dd8a875  Try to use the 12-SNAPSHOT parent
     new e97e1e8  Use the same activation rule for all integration-tests in plugins builds (-Dintegration-tests=true)
     new ae44b9c  Align activation properties for integration-tests profile because we cannot setup it in the parent (see MNG-3228)
     new cd8765a  fixed typos
     new 829ed46  fixed encoding used to write the manifest: UTF-8 instead of platform encoding
     new c858fc1  fixed encoding used to read or write webapp structure XML file
     new 73bf53c  fixed typo
     new b726223  o use fixed UTF-8 encoding when filtering XML files (TODO: encoding detection) o added a TODO when filtering misc files (platform encoding actually used)
     new 4bc050a  Use plugin versions defined in parents
     new b095956  Move check about exclusion of plexus-component-api in plugins dependencies http://mail-archives.apache.org/mod_mbox/maven-dev/200712.mbox/%3C2BABBE7D2A66E04DB8A66A527D29927E25EE58@intrepid.infinity.nu%3E
     new 2c7fc0d  Upgrade to invoker 1.2.1-SNAPSHOT to fix MINVOKER-43 (and remove manual install)
     new 286f20c  add comment
     new 5844e0e  Use invoker 1.2.1-SNAPSHOT required by several plugins. Will be released in few days
     new 6148397  use maven-filtering released version
     new 7954701  o Synced id and activation of integration-tests with core ITs
     new b3176be  o Downgrade maven-plugins:11 for release
     new 04be114  o Updated to maven-site-plugin:2.0-beta-7 o Updated to maven-project-info-reports-plugin:2.1
     new c52603b  o Fixed IT to use plugin under test
     new 0486fe2  o Fixed IT to use plugin under test
     new 311a990  [maven-release-plugin] prepare release maven-war-plugin-2.1-alpha-2
     new e06dbf8  [maven-release-plugin] prepare for next development iteration
     new e85cfb7  Back to 2.1-alpha-2-SNAPSHOT to try again.
     new 900ae98  Restore license and pom contents as of r684154
     new b85f4c5  o Tweaked the POM to workaround a deficiency in the Release Plugin which causes loss of the license header
     new 4e4340a  [maven-release-plugin] prepare release maven-war-plugin-2.1-alpha-2
     new 3e0b3e0  [maven-release-plugin] prepare for next development iteration
     new 5454f3a  o Reordered POM
     new f2702fe  o Added project description
     new 4bb42f4  o Removed svn:executable
     new 26d43bd  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
     new b661961  o Updated index page of plugin site
     new 0eb2c1d  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 3844d6a  o Fixed spelling
     new c55530c  o Explicitly stated UTF-8 as file encoding o Updated license header
     new 9d4fe28  o Updated index page of plugin site
     new 43629d4   MINVOKER-43 has been released
     new 60756f4  [MWAR-133] Filtering issue: wrong replacement of properties by values from MavenProject object upgrade to last maven-filtering component. Fix the it which didn't really test the issue :-)
     new b6b680f  fix compilation due to plexus-interpolation upgrade
     new 2e11b88  add codehaus snapshot repo for plexus-interpolation snapshot
     new e249723  plexus-interpolation 1.6 has been released
     new 35bbab5  o Migrated core IT 0016 over to the corresponding plugin project
     new 91882d1  o Updated to maven-invoker-plugin:1.2.1 o Simplified configuration for Invoker Plugin
     new fb6668c  use last parent version
     new 272af3b  o Formatted/reordered POM
     new 1bb8cd6  o Removed inherited stuff
     new 8fe214a  fixed typos in javadoc
     new f5f6521  [MWAR-171] External Web Resources are not properly filtered added an it to test if fix with last maven-filtering version
     new e8e583f  use released version
     new b7bac1e  fix svn properties
     new e9b81f3  [MWAR-170] fix possible NPE
     new ce0d946  [MWAR-172] Allow specification of escape character to escape filter interpolation in WAR resources
     new 041cab1  add missing license headers
     new e04e82a  o Add missing whitespace in logging message.
     new 50cd8d0  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
     new 1594ece  o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid
     new 6246c6c  o Removed svn:executable
     new b56827e  o Avoided deprecated syntax @parameter expression="${component...}"
     new b3f477d  [MWAR-183] filteringDeploymentDescriptors should honor the encoding specified in web.xml
     new 824b901  [MWAR-160] Strange behaviour of org.apache.maven.plugin.war.util.WarUtils.dependencyEquals(Dependency, Dependency)
     new 06794d7  [MWAR-163] The outputFilenameMapping does not apply to the artifact of the current project Submitted by: Michael McCallum Reviewed by: Dennis Lundberg
     new c178cd9  [MWAR-80] Classifier in jar file name is removed once assembled into war file
     new 965d835  o Add and correct @since tags.
     new 9e22089  o Move static final variables to the start of the file.
     new 5bec34a  o Adjust Javadoc.
     new cba49a6  [MWAR-182] warSourceIncludes no longer works
     new e340c0e  [MWAR-182] warSourceIncludes no longer works
     new ba44c20  o Add a link to the user wiki that deals with 'the Skinny Wars problem'.
     new fd9e70f  use the latest parents
     new bdd2417  [MWAR-185] Upgrade to Maven Archiver 2.4
     new d9fafd3  o Inherited from maven-plugins:13
     new eff3965  used http://maven.apache.org/xsd/* for schema location
     new a1d7de0  o Sync and improve the documentation of goals.
     new 1f86ab9  o Improve the documentation.
     new 1da98b4  o Fix errors reported by Checkstyle.
     new 0a32000  o Use a property to define Maven core dependencies.
     new 523f2a5  [maven-release-plugin] prepare release maven-war-plugin-2.1-beta-1
     new 0de697b  [maven-release-plugin] prepare for next development iteration
     new ee37298  o Revert the release.
     new 69c0fb7  [MWAR-184] FATAL ERROR - XPP3 pull parser library not present. Specify another driver.
     new d2ed2f2  [maven-release-plugin] prepare release maven-war-plugin-2.1-beta-1
     new 2ee2d95  [maven-release-plugin] prepare for next development iteration
     new 3b3bea6  MWAR-158: Fixed usage of web.xml in case of overlay.
     new 655970e  MWAR-184: forcing the driver to use to avoid issues in specific classloader configurations
     new 6dcd4e8  o Added plugin version to POM snippets in documentation
     new 3992bf3  o filtering version in doc
     new 8d8c204  o fixed ambiguous links o added Doxia xsd
     new c60ff76  upgrade parent version to ensure source-release is automatic.
     new 2350641  o Updated to maven-invoker-plugin:1.4
     new 40f268d  o Changed to thread-safe static initialization of XStream
     new 67d1c61  o Fixed ASF code style
     new b9441f3  o Inherited from maven-plugins:17
     new 17360a7  o Maded mojos @threadSafe.
     new e507321  [MWAR-212] Allow optional @classifier@ in <outputFileNameMapping>
     new 66d4cef  [MWAR-212] Allow optional @classifier@ in <outputFileNameMapping>
     new 5c73564  Updated libraries to threadSafe versions and fixed test-break that was caused by incorrect stub setup
     new e7038b4  [MWAR-226] Made war plugin @threadSafe
     new 48156c6  [MWAR-197] war:manifest does not add "manifestEntries" to generated manifest Submitted by: Nagesh Susarla Reviewed by: Dennis Lundberg
     new 4677a82  MWAR-231: disabled webapp cache by default as the underlying features set is still experimental anyway
     new cf288a9  o Use a property in the POM for the version of Maven Archiver, and make the documentation update itself automatically.
     new 8fb8436  o Remove unused declared dependencies. o Add used undeclared dependencies.
     new 35febee  o Improve overlays documentation.
     new a4dd5f1  o Replace tabs with spaces.
     new 0884d3e  o Adjust @since version.
     new e55d0d3  o Fix errors reported by Checkstyle.
     new 2b2424e  o Add some whitespace into log and exception messages.
     new 3aad4ac  o Use default-value instead of expression where appropriate. o Fix typos in Javadoc.
     new 1ba9418  o Improve annotations and Javadoc for mojo parameters.
     new d4856b6  o Next version will be 2.1. o Use mavenVersion property in <prerequisites>
     new 23b501a  o Remove example that is available at the site for Maven Archiver.
     new 834a34a  o Polish the site.
     new a383831  o Add auto updating plugin version to POM snippets
     new a23c2a6  [maven-release-plugin] prepare release maven-war-plugin-2.1
     new 2626718  [maven-release-plugin] prepare for next development iteration
     new e739e2c  o Fixed license headers
     new 9de6b65  [MWAR-237] packagingIncludes configuration has disappeared
     new 9bea11e  o Fix typo.
     new fd999cb  MWAR-193: handing of Axis2 mar files.
     new b8cdd76  [MWAR-235] The web.xml file included twice into the result war Submitted by: Michael Glauche Reviewed by: Dennis Lundberg
     new 7ab5a47  o Removed irritating reference to Maven version 2
     new acde222  [maven-release-plugin] prepare release maven-war-plugin-2.1.1
     new 310e02f  [maven-release-plugin] prepare for next development iteration
     new 264d413  o Fix syntax of POM snippets.
     new b8d33d1  removed unused imports
     new a148b41  o Move documentation about maven-archiver version to the usage page for consistency with other plugins.
     new b47c7c8  o Fixed file handle leak
     new b57f64a  fix relativePath to plugins parent and bump to latest parent for all plugins
     new 833f4db  improved test output in case of failure to understand what's happening on Apache's Jenkins
     new 6557c77  o prefer FileUtils.fileRead() API to IOUtil.copy() to avoid file handle leaks in IT verification scripts o code formatting
     new 39cc40d  code formatting
     new a9f5bf6  [MWAR-252] Documentation update on filtered attribute
     new bc23109  upgrade plugins to latest parent 21
     new 910085a  upgrade to last parent move invoker plugin configuration section to pluginMngt to prevent twice invocations
     new b894476  [MWAR-81] Request enhancement to pattern matching for packagingIncludes/packagingExcludes functionality (regular expressions?) Submitted by: Nicolas Marcotte Reviewed by: Dennis Lundberg
     new ecb5583  [MWAR-268] Upgrade plexus dependencies for war plugin
     new 628bf0c  MWAR-240 : Using archiveClasses with attachClasses deploys an empty attached jar
     new b461661  Fix typos in Javadoc.
     new 64bb5d2  Put line breaks into the paragraphs.
     new 17194bc  Extract the version of Maven Filtering to a property and display it on the usage page.
     new 71159f9  (no jira): Expand the documentation for attachClasses.
     new 2601e58  [MWAR-248] Plugin warns about missing webxml attribute even if one exists
     new b89fe5d  [MWAR-273] Add Maven version used to Created-By entry in manifest Submitted by: Anders Hammar Reviewed by: Dennis Lundberg
     new 2709773  o Upped all versions for release
     new fd6de66  [maven-release-plugin] prepare release maven-war-plugin-2.1.2
     new f241439  Revert "[maven-release-plugin] prepare release maven-war-plugin-2.1.2"
     new 100552a  [maven-release-plugin] prepare release maven-war-plugin-2.2
     new 739493d  [maven-release-plugin] prepare for next development iteration
     new f3e9aa3  Fix MWAR-282: use maven-plugin-tools' java 5 annotations Contributed by Tony Chemit, reviewed and slightly changed by Robert Scholte
     new 36eb5d7  fix configuration of  m-plugin-p
     new dac605d  Improve generics
     new 507988d  move maven-plugin-plugin version to a property
     new 203356f  use last 3.1 version
     new 8b6b9f8  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new a8c53e6  Tony is now in developers section
     new ea81f0b  [MWAR-281] Allow Synapse extensions (.xar files) to be imported into WEB-INF/extensions Submitted by Auke Schrijnen.
     new 4f3c974  add contributor
     new 5512e93  annotations are not needed for plugin execution so mark dependency as provided
     new fcae91e  MWAR-284: overlay parameter documentation is missing
     new 4555ad1  use released parent pom
     new b82e7b4  use last p-u 3.0.5 with perf improv for selector
     new 9b645ec  no jira: add an IT that proves that excludes work. They didn't seem to be working for me, so I coded this in an effort to isolate a problem.
     new a158fc6  replace StringBuffer by StringBuilder
     new 1fb8755  p-u 3.0.6 is faster to copy files
     new 1eeb3f8  upgrade junit version to be able to use MyTest#myMethod
     new ee979e9  use p-u 3.0.7-SNAPSHOT which fix an issue on copyFile: target directory not created
     new 48aa469  add snapshot repo for p-u 3.0.7-SNAPSHOT
     new 5bef959  p-u 3.0.7 released version
     new 45a9f2d  snapshot repo not anymore needed
     new dccc6b3  o Updated p-a and p-i
     new 1187ae8  prevent spamming
     new 31c1c3d  prevent spamming
     new 3b35480  [MWAR-164] Support for specifying which encoding to use when filtering resources Patch ideas from Florian Fray.
     new ec717a3  [MWAR-291] Update skinny war documentation to reference <defaultLibBundleDir> instead of <defaultJavaBundleDir>
     new 6627367  [MWAR-246] NullPointerException Processing Web Resources Submitted by: Michael Glauche Reviewed by: Dennis Lundberg
     new 19aebb5  [MWAR-241] Overlay and an empty classifier
     new 2940b2a  [MWAR-275] An incomplete fix for the NPE bugs in WebappStructure.java
     new e0062aa  o Restores archiver to release version, updated plexus versions
     new 991f76c  o Updated to jdk7 comatible xstream version
     new 3231171  [MWAR-292] Added flag recompressZippedFiles
     new 9572186  [MWAR-164] Support for specifying which encoding to use when filtering resources
     new 1fb49eb  [maven-release-plugin] prepare release maven-war-plugin-2.3
     new fb07182  [maven-release-plugin] prepare for next development iteration
     new 1d45fba  o Replaced XmlStreamReader with commons-io version
     new 8975708  o Like everyone else, I seem to be running into commons-io 2.4 jdk5 compatibility problems....
     new 4914085  update maven-plugin-plugin to 3.2
     new c7f561c  back tp xstream 1.4.2 to avoid http://jira.codehaus.org/browse/XSTR-709
     new fff7f04  [MWAR-297] Change default for recompressZippedFiles back to true
     new 8c1ba50  [MWAR-298] Make it possible to set warName form command line. Submitted by Ludwig Magnusson.
     new 70a4613  add contributor
     new 54bc455  [MWAR-192] Conflict with workspace resoutlion in m2eclipse Submitted by jurevert.
     new 4a68999  code format
     new 298fd8d  use an IOException
     new 52ee83b  1.5 compilation
     new d263f96  use junit 4.11
     new 6cd8ae4  plexus-utils 3.0.10
     new fe1805a  fix name
     new 56b47ea  prevent to create maven-archiver directory in base directory when testinge
     new 3cebce7  use plexus-io 2.0.7 and plexus-archiver 2.4.1
     new a1a4228  [MWAR-267] Maven WAR plugin does not copy dependencies of type "bundle" into WEB-INF/lib
     new 1cb3893  [MWAR-258] Filtering of webResources stops on @ character patch with modification
     new 1184be5  add missing @since
     new 8cef109  [MWAR-280] Big performance hit in overlay
     new f49d255  oups fix default value
     new 114fbf1  configure to true for unit tests
     new f62e7fb  [MWAR-296] maven-war-plugin can cause multiple dependent lib files with same snapshot version. Submitted by Hayarobi Park.
     new ac220ad  add contributor
     new e00499d  more generics
     new 0e7f763  fix name
     new 7a5b569  use maven site path with latest as parent not yet released
     new 7924bbb  javadoc plugin 2.9.1
     new 3685e5b  site plugin 3.3
     new 6f0e700  [MWAR-128] war goal does not copy empty directories from webapp directory
     new b6a2f1b  Apply generics
     new 42a2e37  Remove unnecessary @SuppressWarning Remove unused imports
     new 5282142  Apply generics
     new 83b66e7  mpir plugin 2.7
     new 81d5844  make it working with core 3.1.x
     new b0f9202  MWAR-131 fails for M2.0.6, so set mavenVersion to at least 2.0.9
     new 8fbb799  Use m-invoker-p 1.8 for mavenExecutable (mvnDebug) support
     new 0450fa6  Apply generics
     new 13266a1  [maven-release-plugin] prepare release maven-war-plugin-2.4
     new 70d0294  [maven-release-plugin] prepare for next development iteration
     new 2bf69d1  prevent creating maven-archiver directory in root directory
     new 0213410  Follow ASF branding rules.
     new 8c875ab  Move the mapping constants to the MappingUtils class.
     new e52e3bb  Refactoring: extract class.
     new f57b539  Document the purpose of the classifier property, and move it to the correct place. Test when classifier is null, but it is still used in the mapping.
     new 421977f  Make TestArtifactStub independent of AbstractArtifactStub.
     new c46d7cc  Clean up after refactoring.
     new 3919769  [MWAR-302] Use the maven-mapping shared component
     new dbdfabd  [MWAR-302] Use the maven-mapping shared component
     new 4a641f7  And even more plexus updates
     new 125787d  pmd/war java5 stuff
     new e285cb2  Further code analysis improvements
     new 18f3a9e  More code analysis fixes
     new c1fc18c  Made sure the war plugin IT's work in git svn clone too
     new 3e48ee5  Convert from using goals.txt to using invoker.properties when running ITs.
     new 6da9cfc  Convert from using goals.txt to using invoker.properties when running ITs.
     new 53517b7  Set eol-style to native.
     new 1c92e97  Add missing license headers.
     new 2d3a547  Configure explicit RAT exclusions for the files that cannot contain a license header. This plugin now passes the checks done by RAT.
     new 13272b0  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new 046dbc4  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 37357d3  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 8027616  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new 8167ea5  added license header
     new f09c257  [MWAR-313]  - Upgrade of maven-filtering to 1.2  - Improved IT's cause with an empty    repository they don't work.
     new 13748a7  [MWAR-311]  - Fixed problem with project filtering    verified by integration test by Evan Brodie.
     new 969a53a  [MWAR-306]  - This is related to MWAR-313 upgrade    of maven-filtering to 1.2  - Verifier this regression by example    given by Fred Bricon.
     new 4f30085  - Cleaned up pom file.
     new 058f950  [MWAR-316]  - Injection via @Parameter instead of @Component.
     new 69dc8ee  - Improved code   Make test code more Java 5 like to reduce the number of warnings.
     new bd16b8e  - Improved code   Make test code more Java 5 like to reduce the number of warnings.
     new c6b9937  [MWAR-319]  - Fixed missing license headers.
     new 111655b  [MWAR-319]  - No need to exclude par/mar/xar cause it's recognized by RAT 0.11
     new 2684cb1  Made IT work in git-clone
     new 2210d41  plexus-io 2.0.12
     new 21150ce  plexus-archiver 2.5
     new b200b9a  Updated to plexus-archiver 2.6.1, plexus-io 2.1.1 and plexus-utils 3.0.18
     new 2cfb7c8  - Improved code to be more Java 5
     new d4708b1  [MWAR-321]  - Upgrade plexus-archiver from 2.6.1 to 2.6.2
     new c7e42ff  [MWAR-312]  - Updated documentation about skinny-wars.
     new 4aad46e  [MWAR-322]  - Removed plexus-container-dependency:1.0-alpha-9-stable-1    dependency.
     new 021bd2e  [MWAR-323]  - Upgraded xtream from 1.4.2 to 1.4.4 to remove note    about XSTR-709
     new 5361705  - Removed unused imports - Refactored code to remove CPD warning in DependenciesAnalysisPackagingTask
     new 3fd5129  [MWAR-325]  - Cleaned up several Checkstyle (errors, warnings)  - CPD issues.
     new 09c645f  Updated to plexus-archivee 2.6.3 and io 2.1.3. Should fix windows troubles
     new 9e52cf6  [MWAR-317]  - Upgrade to Maven 2.2.1    Needed to upgrade maven-plugin-testing-harness from 1.2 to 1.3    as well. Otherwise all the unit tests would fail.
     new c885490  [maven-release-plugin] prepare release maven-war-plugin-2.5
     new bc86297  [maven-release-plugin] prepare for next development iteration
     new adfa24e  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new 143c9a5  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new 993d9d0  [MWAR-329]  - Upgrade to plexus-archiver 2.7
     new 13eeec9  [MWAR-330]  - Upgrade plexus-io from 2.1.3 to 2.2
     new 635fb06  [MWAR-329][MWAR-333] Dependency uprades
     new 060bbed  Updated to p-u .20
     new e3cf92a  [MWAR-334]  - Upgrade maven-filtering to version 1.3
     new c81c5e9  [MWAR-335] Upgrade maven-archiver dependency to v2.6 (including aligning transitive deps)
     new e222200  - Removed FIXME from pom.xml.
     new 1088078  - Removed unused property.
     new b663e5e  [MWAR-336] Upgrade to maven-plugins version 25 to 26  - Fixed several checkstyle reported issues
     new 219b408  [maven-release-plugin] prepare release maven-war-plugin-2.6
     new 79c73e8  [maven-release-plugin] rollback the release of maven-war-plugin-2.6
     new c5165d5  - Fixed several Checkstyle reported warnings/errors.
     new 30f6312  Exclusions for plexus-container-default is not needed anymore cause it's set to provided.
     new 241c73d  The configuration for maven-plugin-plugin is not needed anymore, cause it's handled by the parent.
     new 727d268  [MWAR-338] Upgrade to maven-plugins parent version 27
     new 3778430  p-io 2.4, p-a 2.9
     new 60b1712  Updated to p-io 2.4 and p-archiver 2.9
     new dfc6cf8  [MWAR-339] Upgrade plexus-archiver to 2.9  - Upgraded plexus-io to 2.4  - Fixed the usage of ignoring web xml option    using setExpectWebXml instead of setIgnoreWebxml which    is deprecated.
     new ba6704a  [MWAR-341] Overlay task fails on unpacking when applying file permissions  Upgrade of plexus-io to 2.4.1
     new 8d7f76f  Let the parent do it's work.
     new 6208478  [MWAR-167] Final manifest not written to exploded location  Applied patch with slight modifications.
     new 32ccda9  [MWAR-167] Final manifest not written to exploded location  Added missing exclusion of MANIFEST.MF for apache-rat-plugin.
     new 9b809cb  [maven-release-plugin] prepare release maven-war-plugin-2.6
     new 1768969  [maven-release-plugin] prepare for next development iteration
     new 74037a8  changed svnpubsub url from /content to /components
     new 0455e3d  moved Jira from Codehaus to Apache
     new df80790  [MWAR-346] Fix broken links
     new cf3c06c  [MWAR-347] Upgrade plexus-io to 2.6
     new b7f92ca  [MWAR-348] Upgrade maven-invoker-plugin to 1.10
     new c28fa1f  [MWAR-349] Upgrade to fluido skin 1.4.0
     new 6641ecc  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new 2808c90  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new 73e5041  use released version of plugin parent, i.e 28
     new 2c47ae2  [MPOM-95] updated parent pom location
     new 68374c9  [MWAR-350] Add Skip Parameter to Skip the process
     new 50468e8  [MWAR-350] Add Skip Parameter to Skip the process  o Added missing license header which has been accidently    removed.
     new 4824ef8  Removed duplicate license header. Eclipse OMG.
     new 219a043  [MWAR-328] Upgrade to Maven 3.0 compatiblity / JDK 6  o Updated the following shared components:    - maven-archiver from 2.6 to 3.0.0    - maven-filtering from 1.3 to 3.0.0    - maven-mapping from 1.0 to 3.0.0  o Removed maven-project but added    maven-compat in test scope to make    the maven-plugin-testing-harness working.  o Upgraded maven-plugin-testing-harness from 1.3 to 2.1  o Upgraded commons-io from 2.2 to 2.4  o Upgraded plexus-archiver from 2.9 to 3.0.1
     new 557f052  [MWAR-361] Removed unused dependencies in project  o Removed maven-artifact and maven-settings    dependency, cause it is not being used.
     new a23dbb4  [MWAR-362] Bump version to 3.0.0-SNAPSHOT
     new 0d026fd  [MWAR-363] Removed hard coded version for maven-invoker-plugin
     new 8949f02  [MWAR-364] Upgrade plexus-utils to 3.0.22
     new 6020e19  [MWAR-361] Removed unused dependencies in project  o Removed maven-model, cause it is not being used.
     new 65e24c9  - Cleaned up Code   o Removed unused SuppressWarnings   o Removed calling deprecated code.
     new 4f46884  [MWAR-365] Upgrade plexus-archiver from 3.0.1 to 3.0.3
     new 4ec3d60  [MWAR-366] Change package to org.apache.maven.plugins to prevent conflict with Maven Core
     new c53ba88  Reverted -r1733967 cause i made a mistake.
     new 93a2ac3  [MWAR-366] Change package to org.apache.maven.plugins to prevent conflict with Maven Core
     new 990d087  Add missing license header
     new 03aba59  [MWAR-367] Overlay removes /META-INF/context.xml
     new 75694b9  [MWAR-369] Upgrade to 1.4.7 based on security issues.
     new 6fb50a2  [MWAR-396] Upgrade to XStream 1.4.9  o I had to add two ignoreClasses for maven-enforcer-plugin    (enforceBytecodeVersion) check cause two classes are using    JDK 8 code. Otherwise the whole check would have failed.
     new 44e9221  Removed unused SuppressWarning Annotation.
     new 07b242c  [MWAR-370] Upgrade plexus-archiver 3.0.3 to 3.1.1  o Upgrade plexus-archiver 3.0.3 to 3.1.1  o In accordance to plexus-archiver upgrade plexus-io    to 2.7.1.
     new 9123deb  [MWAR-372] Upgrade maven-archiver to 3.0.1  o Based on the new version we needed to change an integration    test which relies on Specification version which contained    -SNAPSHOT which is not the case anymore.  o Fixed two unit tests
     new ee357e4  [MWAR-225] Add support for customizing filtering delimiters like the resources plugin  o Upgraded maven-filtering to 3.1.0  o Support to customize the delimiters which will be used.
     new fd9de8a  Fixed missing space in exception message.
     new be9dc8a  [MWAR-373] Make finalName readonly parameter  o Made finalName readonly and remove the property.
     new 001e669  [MWAR-326] Add LifecycleMapping and ArtifactHandler from maven-core to target packaging plugin  o Added components.xml which contains    ArtifactHandler mapping and life cycle mapping and    the appropriate plugin versions.  o Added basic integration tests which checks if    by using the maven-war-plugin with extensions=true    the build will successfully end.
     new 9b94c72  o Updated to 'plexus-utils-3.0.23'. o Updated to stop suppressing exceptions incorrectly when closing resources.   Most of the time the 'IOUtils.closeQuietly' methods of 'commons-io' and   the 'IOUtil.close' method of 'plexus-utils' are used incorrectly. They   are meant to be used in 'finally' blocks to not suppress an exception   already thrown in the 'try' block. The documentation of the   'IOUtils.closeQuietly' methods explicitly contains usage examples.   As soon as [...]
     new 0bc5ddb  o Updated to 'plexus-utils' 3.0.24.
     new 9855134  o Updated 'plexus-archiver' to 3.2. o Updated 'commons-io' to 2.5.
     new c6e475a  updated Jira url
     new a018e2b   o Removed unused code from AbstractWarMojo  o Added serialVersionUID to remove Warning.
     new 29cf084  [MWAR-380] Filtered resources folder should be changed  o We should follow our own guide lines and change the filtered    folder into src/main/resources-filtered [MNG-2478].
     new 0a9d11a  [MWAR-376] Remove param properties that doesn't make sense for CLI usage   o Removed the following properties:     archiveClasses, resourceEncoding, maven.war.webxml, maven.war.containerConfigXML,     useCache, includes, excludes, maven.war.filteringDeploymentDescriptors,     maven.war.escapedBackslashesInFilePath, maven.war.escapeString,     maven.war.supportMultiLineFiltering, maven.war.useJvmChmod, primaryArtifact,     failOnMissingWebXml.
     new 2481866  [MWAR-381] Upgrade maven-archiver to 3.0.2
     new 8127119  [MWAR-385] Upgrade maven-plugins to version 30
     new e7f9a7c  [MWAR-387] Upgrade of 'plexus-archiver' to version 3.3.
     new 594b13f  [MWAR-388] Upgrade maven-archiver to 3.1.0
     new bab22c8  [MWAR-389] Upgrade maven-filtering to 3.1.1
     new 7f02b3f  [MWAR-391] Upgrade of plexus-archiver to 3.4.
     new ac12da5  [MWAR-392] Upgrade of plexus-interpolation to 1.22.
     new 945ec8a  [MWAR-393] Upgrade of maven-archiver to 3.1.1.
     new 06109b0  Removed hard coded defaults from parameters, cause they will set by injection.
     new b157479  Followup removing hard coded default values from parameters.
     new d4e81f8  [MWAR-379] manifest goal violates general Maven principle and creates file into src/main/..  o Removed the whole goal cause everything can be handled with    MavenArchiver configuration.
     new 2e3a78b  [MWAR-379] manifest goal violates general Maven principle and creates file into src/main/..  o Followup to add appropriate hint about removing of the goal.  o Cleaned up site generation and get site generation working    removed explicit configuration in site descriptor using inheritance    instead.  o Fixed several JavaDoc warnings.
     new 36d52e2  Removed plexus-io dependency which is already there as transivite dependency via plexus-archiver.
     new 7055a6b  Added deploySite.sh script.
     new ccb9c62  [maven-release-plugin] prepare release maven-war-plugin-3.0.0
     new 9bf28e4  [maven-release-plugin] prepare for next development iteration
     new bdcc268  Rolled back release.
     new 867b082  [MWAR-262] failOnMissingWebXml default value should be false
     new 45a36a6  [maven-release-plugin] prepare release maven-war-plugin-3.0.0
     new 9b2e096  [maven-release-plugin] prepare for next development iteration
     new 0bb7cf1  [MWAR-396] Check the existence of the web.xml based on the existence of particular classes
     new 1e55d13  Upgraded resources-plugin version in components.
     new e38990d  [MWAR-398] Upgrade of plexus-interpolation to 1.24 to correct escaping issue.
     new 34af610  Correct jira.codehaus.org to issues.apache.org/jira
     new 9b1c0a9  o Updated to latest parent SNAPSHOT.
     new 35de9c5  o Reverted last commit to reset to release version parent's.
     new 6a1c6a4  [MWAR-200] Upgrade the WAR lifecycle to use the maven-resources-plugin 3.0.2.
     new fef8e29  [MWAR-401] Upgrade the WAR lifecycle to use the maven-compiler-plugin 3.6.0.
     new 6884e40  Bump version to 3.1.0-SNAPSHOT
     new 5e5113d  Document failOnMissingWebXml default value change for 3.1.0
     new f21f8a5  [MWAR-257] Restore dependentWarExcludes/Includes since there is no alternative on global level
     new 008b171  Fixing overlay-keeps-contextxml IT by pointing to the correct parent POM.
     new fa71109  [MWAR-405] Workaround XStream incompatibility with Java9 Contributed by Enrico Olivelli, reviewed and applied by Robert Scholte
     new 1d4dc9d  [MWAR-404] <filteringDeploymentDescriptors>true</> is not honored  o Added IT to prove wrong behaviour and fixed the issues.
     new 8a13abd  [maven-release-plugin] prepare release maven-war-plugin-3.1.0
     new c26a483  [maven-release-plugin] prepare for next development iteration
     new 22d262d  CANCELD VOTE.
     new 6e32e02  Undoing [MWAR-401] Upgrade the WAR lifecycle to use the maven-compiler-plugin 3.6.0. based on issues with JDK 9.
     new 8a2cc82  [maven-release-plugin] prepare release maven-war-plugin-3.1.0
     new 8b1b564  [maven-release-plugin] prepare for next development iteration
     new 87ab36b  [MWAR-409] Upgrade maven-archiver to 3.2.0 / plexus-archiver 3.5  o Upgraded maven-archiver to 3.2.0  o Upgraded plexus-archiver to 3.5    Means in consequence to life the JDK minimum to JDK 7.
     new 9edaedd  [MWAR-410] Upgrade plexus-utils to version 3.1.0
     new b530fad  [MWAR-407] Binary files are modified during web.xml filtering; revert MWAR-404
     new 43a95d1  [maven-release-plugin] prepare release maven-war-plugin-3.2.0
     new 9a4763f  [maven-release-plugin] prepare for next development iteration

The 640 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>'].