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:29:39 UTC

[maven-resources-plugin] branch master created (now ed874dd)

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-resources-plugin.git.


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

This branch includes the following new commits:

     new 2e8fbb7  Initial revision
     new c1c630f  o removing bad dependency.
     new 8b84531  o make sure we account for times when we have resources entries like:
     new f3b7cfe  o update the plugin descriptors for changes made in maven to support 4   flavours of POJOs people might try to integrate into Maven.
     new 9336e8b  remove debug info
     new 41d573f  o update plugin descriptors to match changes in maven-core.
     new 123db97  fix typo in expression
     new 1b5b089  explicit instantiation strategy
     new b6d5a5d  o using a common plugin parent model
     new 91d78d7  o Adding eclipse excludes.
     new 55a1caa  turn into a maven plugin and add @tags for descriptor generation.
     new 5c9a6ed  Fix artifactId of parent plugin pom
     new d052563  o get rid of plugin.xml as they are generated now from @tags in the   sources.
     new 591bad2  Fix plugins name.
     new fd413df  add failing plugin test for something that should be in the default excludes for resources. Test omitted from project.xml at present.
     new 134e695  o doing the pom.xml thing PR: Obtained from: Submitted by: Reviewed by:
     new 44fdd39  o cleaning up the @tags which are now a lot more simple
     new 495f16c  Move Resources plugin to o.a.m.plugin.resources package.
     new c0405f0  o updating format of the @tags
     new 9f650e3  o correcting @tags from feedback
     new 2db8893  o removing maven-project
     new 8873d32  no message
     new bc57f1e  no message
     new 4a87419  *** empty log message ***
     new bc58e44  o update plugins to take advantage of the new default values in the super   model provided by maven-core.
     new b3d34c7  o Ok, this set of changes has been tested against the integration tests in   maven-core-it and it is now a requirement that the integration tests be   done before checking in any changes. They are not super rigourous but   they do test the minimal functionality of compiling, processing resources   and testing.
     new 90e217b  Use default excludes resources.
     new 850cdb0  *** empty log message ***
     new 3ac32bd  plugins' poms are using type = plugin
     new d78c812  *** empty log message ***
     new a490b30  o Adding <modelVersion> to the poms.
     new a62929e  Fix test classname to exclude
     new ae9361c  test classes are in *Test name format
     new b245241  Remove default test includes value.
     new ef78eea  *** empty log message ***
     new c020c14  o use plexus 0.16
     new d1a7db0  this test now works
     new c597550  disable test again - fails under mboot because there are no transitive deps
     new 0d3bf96  o Changed to depend on plexus-0.17 instead of -0.16 o Changed the embedder/container used to be the new artifact-aware container (plexus-artifact-container-1.0-alpha-1) o Added new dependency to maven-core for artifact-container.
     new 9ab1d88  o Changed fileCopy process to use byte arrays and ByteArrayOutputStream rather than String/StringBuffer to accommodate binary [test] resources.
     new 64a4d42  Added test for binary resource with non-standard encoding...I'm trying to get a multi-byte character encoding so it might throw off a String-based copy...
     new ee2baa6  Close some streams.
     new 9a7559d  o Setting some additional ignores.
     new bbefcd5  depedency update
     new eb66752  flip pom format
     new 15faf2e  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 942f431  convert resources mojo to new execute().
     new 898c246  fix license
     new 09f14d6  revert <includes> and <excludes> in MDO to old format
     new b9ec0f1  change the maven group ID
     new 2e632b0  o Simplified the ResourcesMojo to eliminate the need for a ResourceEntry class, which is easily replaced by usage of a TreeMap (avoid the NoClassDefFoundError from before SEE MNG-243) o Changed the references to repo1.maven.org for central repository to repo1.maven.org/maven2 in preparation for switchover to ibiblio.org
     new 511af9f  clean up dependencies.
     new 7385377  release alpha-1 plugins
     new 9c85077  split the plugin API and the plugin descriptor code
     new 9532daf  improved error handling and other clean up
     new 0f4d6a2  add more use of ${} expressions, fix problem when } was not at end
     new 51e5b2c  Resolving MNG-221, simplify qdox with field-level mojo parameter annotations
     new b5539b4  Cleaned up field-level annotations. This will be the flagship example for the new annotation style.
     new c036d3b  Modifying the mojo generators to handle alias, and other missing elements where appropriate. Changed the resources mojos to be as trim as I can, and added @required to the field-level annotations (this might be a good thing to do for all plexus components, dunno if it's there already)...finally, trimmed up the annotation handling in the JavaMojoDescriptorExtractor to push as many annotation fields as possible into the endangered area, and started pulling as much info fro [...]
     new e63a21c  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
     new 2671ff0  set consistent versions
     new 001e0bc  update to released versions
     new 28b859a  use released versions
     new e681969  bump versions
     new 5ea1498  use directory scanner and a sane file copy routine to avoid reading the whole thing into memory first
     new 5b449e4  remove old cvs ignore files
     new 425b291  update parent references to get access to the ci settings
     new d163bef  o Adding support for <executions/>, which means multiple runs of the same goal/set-of-goals with different configs. o Adding @phase declarations for those mojos that seem to be part of the main build, just for completeness o Added two ITs, to test that <executions/> doesn't mess up the normal operation, and to test multi-execution for a goal.
     new f2537e1  change <model> to <project> in root tag.
     new b7a21cb  refactoring of the resolveTransitiveDependencies call. simplified by removing a bunch of duplicated code in addArtifacts - no need to merge, you have the full list. separated the original artifacts (dependency artifacts) from the resolved artifacts (getArtifacts)
     new 361b597  PR: MNG-178 Submitted by: Kenney Westerhof Reviewed by:  Brett Porter
     new a55db91  Resolving: MNG-495
     new d84f016  Update all versions to beta-1-SNAPSHOT
     new 9e4ccea  o http://jira.codehaus.org/browse/MNG-516
     new 990bd6a  o Adding missing file.
     new 70037a2  PR: MNG-596 add XSD definition to m2 poms and archetypes
     new 90fb2e0  Resolving: MNG-163
     new cb1c3b6  PR: MNG-788 bring back the "filtering" attribute in resources from m1
     new bfa339b  PR: MNG-811 Add default excludes after the main excludes are set so that they don't get overwritten.
     new 4d842d6  update dependency and parent versions
     new 85b3944  [maven-release-plugin] prepare release maven-resources-plugin-2.0-beta-1
     new 645228a  [maven-release-plugin] prepare for next development iteration
     new 650ba68  PR: MNG-788 add filtering to the build element
     new 2355d02  lining up versions. still use beta-1 where appropriate
     new a11853f  PR: MNG-1025 use standard resources for the ear plugin
     new 69a48b4  PR: MNG-644 remove deprecated filter settings
     new 9abc7df  use beta-3 for the plugin report
     new 8bc3528  [maven-release-plugin] prepare release maven-resources-plugin-2.0-beta-2
     new b6eb510  [maven-release-plugin] prepare for next development iteration
     new e0b8563  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 a29cd0d  PR: MNG-1042 Submitted by: Lester Ecarma Reviewed by:  Brett Porter only copy resources if the file has changed or doesn't exist
     new 4362812  Fix import
     new 92781d2  Removing restrictions on adding pluginArtifacts to the test classpath in surefire, since they should go behind the classpath elements from the project...also adding system scope handling to the artifact facotry, so transitive dependencies on system-scoped deps are handled correctly.
     new 52ff9de  Resolving: MNG-1129, encoding is now a plugin parameter on the resources mojos.
     new 7d67ee4  update versions in plugins
     new 571b10c  [maven-release-plugin] prepare release maven-resources-plugin-2.0
     new fd398bd  [maven-release-plugin] prepare for next development iteration
     new b928247  o fix for MNG-1194 using project.properties in filtering process
     new aedd576  [maven-release-plugin] prepare release maven-resources-plugin-2.1
     new f84f151  [maven-release-plugin] prepare for next development iteration
     new 0889224  PR: MNG-1345 Submitted By: Edwin Punzalan Reviewed By: John Casey
     new 0c5b0f7  escape all backslashes if output file is a properties file. Useful under windows.
     new 625eb3e  o Check if it's a windows path o Escape ":"
     new 3f3b649  adjust parent POMs
     new 3210b55  [MRESOURCES-14, MRAR-5, MEJB-8, MEAR-23, MANTRUN-46] Removed @description tag and use javadocs
     new 647b39e  PR: MRESOURCES-16 Submitted by: Pete Marvin King
     new 73c518a  MRESOURCES-11, remove commons-io
     new 704d68b  add dependency for plexus-utils 1.2 which is where MRESOURCES-10 is fixed in
     new ef2dc1d  MRESOURCES-10: I didn't realized that plexus-utils 1.1 was in the top lvl classloader as a hard req for maven until brett pointed it out so I copied the relevant class over to this plugin until maven 2.1 is in place and there is a better seperation of that dependency
     new 4f6636b  remove the plexus-utils 1.2 requirement that isn't needed anymore
     new 76bf0a4  use released version
     new 749efcd  [maven-release-plugin] prepare release maven-resources-plugin-2.2
     new dc10f7d  [maven-release-plugin] prepare for next development iteration
     new 6aadc86  PR: MRESOURCES-23 Submitted By: Franz Allan Valencia See Reviewed By: Allan Ramirez
     new f4866bf  PR: MRESOURCES-23 Submitted By: Franz Allan Valencia See
     new 0ffe864  MNG-2460: Incorrect POM inheritance for plugins
     new c0dd3cb  Fix typo in 'resources'
     new 0a48c5f  update all parents
     new 90bde8b  use inheritence and make all the site appearances consistent
     new 8eb09cc  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 c2bfa7c  Fixed broken unit tests - it assumed 100 chars. Now done properly.
     new c16f118  o updating to latest released parent
     new 8586993  - 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 fa3f9f7  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     new 570529f  o add compile time dep
     new b8563b7  Update exception handling to include resource filename for debugging purposes
     new 165c52b  o specify direct dependency on plexus-utils
     new c294002  MNG-2065 Using FileUtils for resource filtering Submitted by: Brian Topping
     new abe8e4e  MRESOURCES-47:  applied patch from William Ferguson.
     new cfd2194  MRESOURCES-47:  added test left out in patch application.
     new 066068d  plexus-utils defined twice, removing one def.
     new 8ceb24f  plexus-utils 1.4.1 shipped with 2.0.6 and later, therefor updating the prerequisites's maven section to match the that version.
     new 4e60eab  MRESOURCES-32 always make resources root absolute.
     new 8c973ff  MRESOURCES-52 the output dir parameter is supposed to be java.io.File to work correctly with the -f switch or embedded use. Patch submitted by Benjamin Bentmann.
     new a189997  o fixed license header o no code change
     new d72e91b  o improved readingness of POM
     new 63d8f44  o Added svn:eol-style=native
     new 59450e6  [MRESOURCES-62] changed message from "default encoding" to "platform encoding (xxx actually)" to be more explicit
     new 1a304e9  [MRESOURCES-57] use ${project.build.sourceEncoding} as default value for "encoding" parameter
     new 1131423  [MRESOURCES-57] use ${project.build.sourceEncoding} as default value for "encoding" parameter
     new 70b78d5  [MRESOURCES-57] use ${project.build.sourceEncoding} as default value for "encoding" parameter
     new 353eee6  o Update links to Doxia APT reference.
     new 2ace09d  Bumping all parent versions to 11, to allow deployment to alternative locations.
     new 5ec73da  Try to use the 12-SNAPSHOT parent
     new 4876fd8  o Added stub IT profile to highlight plugins during CI
     new d378458  o Updated index page of plugin site
     new 80eeb29  o Unified plugin name
     new b73a44d  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 0c4d3ac  o Explicitly stated UTF-8 as file encoding o Updated license header
     new 5ff20e5  o Updated index page of plugin site
     new 8900257  o Pointed out pitfalls about filtering binary files
     new 6e0dbe1  o Set EOL style to Native.
     new 23c8949  o Adjust indentation for readability.
     new 388a09d  o Fix typos and improve the presentation.
     new 4c39c64  [MRESOURCES-56] use (and release) the maven-filtering component
     new 9c7568c  remove unused imports
     new 2246707  enable it
     new 77cc8ea  adding it for test resources filtering
     new 268192d  [MRESOURCES-20] Filtering ${foo.file} evaluates to in full path to pom.xml
     new e567b0e  [MRESOURCES-39] Filtering fails for command line properties add test in an it
     new 80bdb1d  [MRESOURCES-59] filtering with @property@ complete it with a test for this token
     new ab01ad6  o Update the description.
     new b56e6e6  o Sync the versions of Maven dependencies with the prerequisite Maven version.
     new b0af4a2  o Note that Maven Filtering is used.
     new 11d11f5  [MRESOURCES-29] An escape mechanism for property interpolation is missing. this feature is off by default no default escapeString value the mojo parameter to configure is escapeString expression="${maven.resources.escapeString}"
     new b456cbe  add example documentation on how to escape filtering
     new da3cac8  [MRESOURCES-8] maven-resources-plugin ignores configuration/resources property (add a new mojo to copy resources)
     new 96ccda6  plexus-interpolation 1.6 has been released
     new 56338a8  don't attach the copy-resources mojo to a phase add link to the new mojo in the home page
     new c211c82  [MRESOURCES-8] new mojo copy-resources add a new class Resource (just extends the one from model) to have an easier mojo configuration (no need of implementation attribute). add an it for this new mojo
     new ed8eeb9  fix @since
     new 8536ef2  [MRESOURCES-8] new mojo copy-resources add an example page
     new 3caad8e  [MRESOURCES-21] when pom specifies multiple resource directories, the directories should be copied in the order they are in the pom
     new 0037151  o Fixed Checkstyle errors
     new 4c965e4  [MRESOURCES-8] mark fields @readonly
     new 0507aeb  [MRESOURCES-36] resource copy to target/classes: empty directories are ignored
     new 58caadd  o Reordered POM
     new feff0ed  o Enabled debug output
     new b23c37f  o Migrated core IT 0105 over to the corresponding plugin project
     new 736e2f2  we don't a new p-u release
     new 8f33ed1  reduce scanning
     new a6fea9f  use released parent
     new 8fde662  we don't need a new p-u version
     new 2a686e0  [MRESOURCES-74] configuring file extension to not filtering
     new 31aa21d  add property chain it
     new 238a5df  use invoker plugin released version
     new 9912826  add an it for [MRESOURCES-24]
     new 836dbf5  remove svn:executable property
     new 6515007  use released version
     new 150545b  update index page
     new 9803878  add samples link in the index page
     new 459460c  fix it
     new 21091b8  add documentation on how to prevent filtering on some file extensions.
     new 1ca274b  fix svn properties
     new 8932ef5  [maven-release-plugin] prepare release maven-resources-plugin-2.3
     new 39e89d5  [maven-release-plugin] prepare for next development iteration
     new a79eb62  [MRESOURCES-78] change in @ translation behavior in maven-resources-plugin 2.3 upgrade maven-filtering and plexus-interpolation versions add an it for the issue
     new ec297b5  fix svn props
     new 98d2462  fix syntax even if groovy didn't complain
     new bedba32  really enable it MRESOURCES-78 : fixing groovy post build script execution
     new 0817f3b  use plexus-interpolation released version remove codehaus snapshot repo
     new 6eff7bc  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
     new e4a282d  o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid
     new 7a674ec  o updating plexus-utils to 1.5.8
     new 0d34c82  use the latest parents
     new 9c05234  o Inherited from maven-plugins:13
     new 1f2dbba  [MRESOURCES-81] fix junit due to change in [MSHARED-78]
     new 52eb349  used http://maven.apache.org/xsd/* for schema location
     new ea5364f  o Added plugin version to POM snippets in documentation
     new 5805c17  Add an ASF-compliant source release assembly
     new c419966  o filtering version in doc
     new 468e2f9  o fixed ambiguous links o added Doxia xsd
     new 3231d8a  [MRESOURCES-81] Adding a flag to enable/disable escaping windows paths when filtering, then passing this on to the filtering wrappers directly, rather than allowing the filtering components to create the default wrappers by forcing windows-path-escaping. This can be simplified if the flag is passed through the resources execution instance, but that will require a new release of maven-filtering.
     new ae40d15  [MRESOURCES-79] Adding parameter 'extraFilters' to allow users to configure resources mojo separately from testResources mojo using default-resources and default-testResources executionIds (starting in Maven 2.2.0). The build/filters section of the POM will be used as 'global' filters, and the extraFilters parameter is added in FRONT of the build/filters entries (extraFilters have the opportunity to override filters from the build section of the POM).
     new d8caabe  adding some information to the failing assertion in testResourceSystemProperties_Filtering.
     new 4a3420a  [MRESOURCES-77][MRESOURCES-81][MRESOURCES-79] Shifting the parameter used for the POM build/filters values to be named 'buildFilters' to make room for specifying 'filters' in the plugin configuration...this is to work around a quirk in the way plexus configures List-type parameters that have a default-value specified. This parameter name-shifting prompted me to rename the 'extraFilters' parameter from MRESOURCES-79 to simply 'filters' to accomplish this. Finally, reworke [...]
     new ef13c18  fix grid build on windows.
     new fb3575f  [MRESOURCES-60] Allow configuration of delimiters.
     new 624ba24  [MRESOURCES-60] Support custom delimiters.
     new 544c740  Correcting tests with broken escaping that had to do with blindly re-escaping pre-escaped values in one case, and to do with MSHARED-121 in another case.
     new c35e21a  use staged maven-filtering, and released plexus-interpolation
     new af1e7f3  [maven-release-plugin] prepare release maven-resources-plugin-2.4
     new fc52a41  [maven-release-plugin] prepare for next development iteration
     new bc57aae  o Fixed IT to use correct plugin version o Decoupled IT from MNG-3401 which has nothing to do with the feature under test (MRESOURCES-60)
     new 197b11b  bump to new parent POM, and remove one-off source-release assemblies
     new e06bfaa  upgrade parent version to ensure source-release is automatic.
     new f504eaf  [MRESOURCES-105] upgrade to plexus-interpolation 1.13-SNAPSHOT to prevent NPE. add it
     new 5a7231f  add snap repo for plexus-interpolation snapshot
     new 515e51b  upgrade to invoker plugin 1.4
     new ef77709  o Updated to maven-invoker-plugin:1.4
     new 036d37b  [MRESOURCES-106] Plugin does not respect escapeWindowsPaths default-value Submitted by: Marvin Froeder
     new dcf82f4  [MRESOURCES-105] This was half-fixed in the new plexus-interpolation version (1.13), so I tidied it up a bit to be consistent with the remote-resources plugin (1.1).
     new 66d604f  bump to released version of plexus-interpolation
     new c3918ba  [maven-release-plugin] prepare release maven-resources-plugin-2.4.1
     new c73c2e9  [maven-release-plugin] prepare for next development iteration
     new 641eaf9  use last maven-filtering due to MSHARED-125
     new a68c4cc  use last maven-invoker-plugin version 1.5
     new bc0d751  o Inherited from maven-plugins:16
     new 9c77050  o Inherited from maven-plugin:17 o Adjusted project version to 2.4.2-SNAPSHOT in preparation for maintenance release of 2.4.2 o Updated to (staged) maven-filtering:1.0-beta-4 in preparation for release o Removed superfluous repository declaration
     new 78b2424  [maven-release-plugin] prepare release maven-resources-plugin-2.4.2
     new 6f7adc4  [maven-release-plugin] prepare for next development iteration
     new 602d001  [MRESOURCES-123] Mark resources plugin @threadSafe
     new 4b4a7bd  o Fixed dependency:analyze issues
     new d2e5ec7  [maven-release-plugin] prepare release maven-resources-plugin-2.4.3
     new e8476a7  [maven-release-plugin] prepare for next development iteration
     new 1ffd9d6  [MRESOURCES-128] Custom resource filters
     new 80f5025  code format
     new f356d85  [MRESOURCES-128] add documentation. Upgrade to last SNAPSHOT parent version
     new ec8f900  add a detail regarding custom filters in javadoc.
     new 436348b  [MRESOURCES-104] while filtering resources the token replacement stops at the character @ upgrade to last maven-filtering version
     new ab242ec  avoid platform encoding warning
     new b8ff563  [MRESOURCES-135] Update to maven-filtering 1.0
     new 1a23825  [MRESOURCES-122] Documentation improvements Submitted by: Marshall Schor Reviewed by: Dennis Lundberg
     new 278129e  [MRESOURCES-110] escapeString is broken - break filtered output
     new 5b4a77b  [MRESOURCES-110] escapeString is broken - break filtered output
     new a0618e4  [MRESOURCES-110] escapeString is broken - break filtered output
     new d48f441  fix mojo parameters expression and not default-value
     new 074c275  o Use a property in the POM for the version of Maven Filtering, and add it to the documentation.
     new 53b132f  fix IT
     new 69e758f  o Fix error message as well.
     new dfcf1fa  o Upgrade to maven-plugins:19
     new a49925e  o Use mavenVersion property in prerequisites
     new 4d5c2e3  [MRESOURCES-135] Update to maven-filtering 1.0
     new d48f933  [maven-release-plugin] prepare release maven-resources-plugin-2.5
     new bdd3dd7  [maven-release-plugin] prepare for next development iteration
     new 9aff457  add missing link for feature introduced in 2.5
     new 50c0f5f  enable filtering for version in pom sample
     new 5962ea2  [MRESOURCES-139] fix typo
     new e654cf4  remove unnecessary whitespace in examples
     new 97f5035  o prefer FileUtils.fileRead() API to IOUtil.copy() to avoid file handle leaks in IT verification scripts o code formatting
     new ebc4fc3  Fix MRESOURCES-140: remove debug logging from contextualize method of mojo due to noise
     new b42582c  upgrade plugins to latest parent 21
     new b638e8c  [MRESOURCES-131] Maven resources plugin does not honour maven.test.skip flag
     new 8bb7736  Fix typo
     new 728d2c1  use last parent add .gitattributes to be able to run it success with git.
     new abb77c8  avoid it test running twice
     new daa7dfe  [MRESOURCES-166] Escaping on a line suppresses filtering for the rest of the token/line. upgrade to maven filtering 1.1-SNAPSHOT
     new f77dfaf  add contributor
     new 4492b0e  add snapshot repository in it settings
     new 54a2f27  [MRESOURCES-167] use new maven plugins annotations.
     new 4966c9f  using a groovy script is more smaller code to maintain
     new 9b8ab0f  move plugin-plugin version to a property
     new 7c52fd7  use last 3.1 version
     new 348451d  remove @version $Id$ from sources
     new 3d91d8d  prevent spamming
     new 92849f0  use generics
     new 10f51ef  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new 21a1317  upgraded m-invoker-p to avoid plexus-utils:3.0.1 dependency injection (and hope build on Apache Jenkins won't fail)
     new a6182f4  annotations are not needed for plugin execution so mark dependency as provided
     new 9225868  [MRESOURCES-161] Some incorrect HTML in the description of the delimiters parameter
     new e41ba65  use released parent pom
     new 22dc72b  Update mavenFilteringVersion to 1.1 Update maven-invoker-plugin to 1.7 Simplify configuration of invoker
     new 8641e57  [maven-release-plugin] prepare release maven-resources-plugin-2.6
     new d36dd9c  [maven-release-plugin] prepare for next development iteration
     new 7e085e7  fixed hardcoded version in IT - rolling back release
     new 6fab72f  [maven-release-plugin] prepare release maven-resources-plugin-2.6
     new a99973d  [maven-release-plugin] prepare for next development iteration
     new aac3d3a  updated maven-plugin-testing-harness
     new 0fb2e9e  reverted r1377348
     new 74879f3  updated maven-plugin-testing-harness to latest compatible release
     new 1a5e8d6  use @Component when possible
     new 6d66144  o ensure close stream o generics
     new 850a12e  prevent spamming
     new 2da744a  use plexus-component-metadata instead of obsolete plexus-maven-plugin
     new 27d040f  use plexus-utils 3.0.8 which is faster to copy files: improve perf at least for non filtered resources
     new aaeff8c  update maven-plugin-plugin to 3.2
     new 84e92e5  upgrade all to last parent 24
     new cfd1fac  Follow ASF branding rules.
     new 9f34c0f  And even more plexus updates
     new f292a2f  More java5
     new 4d8bdb6  Further code analysis improvements
     new 27a7423  Reformatted to code style
     new 0935aea  Revert "Reformatted to code style"
     new 285d2ba  [MRESOURCES-131] Maven resources plugin does not honour maven.test.skip flag Add missing since tag.
     new c3c66d7  Add missing license headers.
     new 24318c3  Add missing license headers. This plugin now passes the checks done by RAT.
     new 8be9937  Add missing license headers.
     new d3b4cc9  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new 677eb78  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new c74c0bf  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 7b86de9  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new 1fb9231  added license header
     new e29b9b5  [MRESOURCES-177]  - Upgraded maven-filtering to 1.2
     new 0a3557b  [MRESOURCES-180]  - Fixed problem with documentation.
     new 455b0c1  - Added deploySite.sh script.
     new 2bcc622  [MRESOURCES-181]  - Injection via @Parameter instead via @Component
     new e45e521  [MRESOURCES-182] Example Custom resource filters incorrect
     new a412fd5  [MRESOURCES-183]  - Upgrade to build compatibility Maven 2.2.1
     new c3d6720  [MRESOURCES-184]  - Removed plexus-container-default:1.0-alpha-9-stable-1 dep.
     new c7d11f5  [maven-release-plugin] prepare release maven-resources-plugin-2.7
     new 3898a70  [maven-release-plugin] prepare for next development iteration
     new 141ba80  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new a43efee  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new 9cb04a0  [MRESOURCES-191] Updated plexus-archiver
     new 6917f14  Updated to p-u .20
     new ceaab5c  [MRESOURCES-192]  - Upgrade maven-filtering to 1.3
     new ab0b85a  Upgraded p-c md
     new 54a972d  [MRESOURCES-194] Upgrade to maven-parent version 26  - Fixed some checkstyle reported issues.
     new d6eabb7  [MRESOURCES-194] Upgrade to maven-parent version 26  - Followup    cleaning up pom cause the parent does already    the work. No need to define maven-plugin-plugin version etc.
     new 1b55c2b  [MRESOURCES-195] Upgrade maven-plugin-testing-harness to 1.3
     new bdd59b2  [MRESOURCES-197] Upgrade to maven-plugins parent version 27
     new 5a89f55  [MRESOURCES-199] Removed unused dependency to maven-monitor
     new ccb3e61  changed svnpubsub url from /content to /components
     new e24aaa7  moved Jira from Codehaus to Apache
     new 3deea95  [MRESOURCES-202] Upgrade plexus-utils to 3.0.22
     new c56aa5a  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new d9fdfbd  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new 9b9323d  Add missing documentation
     new 90dd3c9  use released version of plugin parent, i.e 28
     new 3938bf6  [MRESOURCES-188] Upgrade to Maven 3.0 compatiblity + JDK 1.6
     new 3f5223e  [MRESOURCES-188] Upgrade to Maven 3.0 compatiblity + JDK 1.6 Upgraded maven-filtering from 3.0.0-SNAPSHOT to 3.0.0 release.
     new b86e800  [MPOM-95] updated parent pom location
     new 81422cb  Fixed file handle leak in testcase
     new 4cc245d  [MRESOURCES-208] Remove @Deprecated marked code
     new 2e8b4fe  [MRESOURCES-187] New parameter in the plugin to be able to use filename filtering. Added integration test.
     new 0232f9e  Upgraded test to current MavenResourcesFiltering definition. Using annotation based component.
     new ff19630  Use new style in invoker integration tests @project.version@ instead of old style @pom.version@.
     new 7d64550  Added missing license headers which where claimed by RAT
     new da8d41f  [MRESOURCES-203] Add a skip option to skip the execution of resources goal Added the skip option for resources goal as well as an integration test.
     new f4013d0  [MRESOURCES-207] Change package to org.apache.maven.plugins to prevent conflict with Maven Core
     new 4c319a6  Cleaned up Test code. Removed calling deprecated code.
     new 9d3ecb7  o Tried to make testing of an exception simpler,   but unfortunately the AbstractMojoTestCase   does not seem to support @Test(expected =..).   Moved the test to a separate JUnit 4 only test   case where it works.
     new f57af60  [MRESOURCES-213] Moved code into maven-filtering  o Moved code part into maven-filtering cause it belongs    to maven filtering.
     new 3ddce40  [MRESOURCE-190] Regression: The plugin is now silently ignoring .gitignore files.  o Added an option (addDefaultExcludes) to be able to turn off usage of the    default excludes list. This option is by default true which means we are    backward compatible.
     new 5fbcc48  Added comment about the usage of the test-jar.
     new ec94e79  [MRESOURCES-214] Added requireProjects to resources/testResources mojo
     new f732c99  fixed error reported by Checkstyle
     new 63262e7  [MRESOURCES-216] Upgrade maven-filtering to 3.1.0
     new 25136dc  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 f95b398  [MRESOURCES-99] ${project.baseUri} and ${maven.build.timestamp} are not expanded by resource filtering  o Support maven.build.timestamp and project.baseUri    which can be used during filtering of resources    as in model.    o Added MavenBuildTimestamp which is duplicated from      maven-model-builder.    o Those properties have been added as supplemental      properties which solves the issue.
     new a9100e4  Fixed checkstyle reported errors/warnings.
     new f94a343  Bump to 3.0.0-SNAPSHOT
     new a3af455  Code Polishing  o Prevent assignment to parameters.
     new af2b432  [maven-release-plugin] prepare release maven-resources-plugin-3.0.0
     new 59f56f0  [maven-release-plugin] prepare for next development iteration
     new 619bb4f  o Updated to 'plexus-utils' 3.0.24.
     new 5ba5551  o Updated 'plexus-archiver' to 3.2. o Updated 'commons-io' to 2.5.
     new 8d9526a  [MRESOURCES-218] List of examples not complete on first page
     new ce2caf0  Syncing some titles
     new c1d1397  [MRESOURCES-219] Link to wiki page should be removed now that Codehaus is shut down
     new 55808ce  VOTE CANCELED  o undoing the following revisions:    r1742486, r1742484
     new 548acb0  [MRESOURCES-223] Define the escapeString by default with "\"  o Defined default escapeString with "\" and improved the    docs a little bit.
     new 5bfff7d  Correctly format things as code.
     new 8b3ae29  [MRESOURCES-220] Encoding example should mention recommended default project.build.sourceEncoding property  o Mentioning the default and the explicit definition    as an exception.
     new fca7fd0  updated Jira url
     new 044ef80  [MRESOURCES-222] Remove param properties that doesn't make sense for CLI usage  o Removed property definitions for the following parameters:    o encoding, maven.resources.escapeString, maven.resources.overwrite,      maven.resources.includeEmptyDirs, maven.resources.escapeWindowsPaths,      maven.resources.supportMultiLineFiltering  o Added explicit default value for maven.test.skip.
     new dbf84f9  [MRESOURCES-221] Additional practices for Filtering example page  o Fixed some parts of the binaries-filtering.apt.vm page.  o Added best practice for filtered/non filtered folders
     new b4c46f6  [maven-release-plugin] prepare release maven-resources-plugin-3.0.0
     new cd1a7e8  [maven-release-plugin] prepare for next development iteration
     new a231477  Minor change to wording as well as fixed a visual escaping glitch
     new f416b6b  [MRESOURCES-225] Hyperlink error on character encoding example page
     new de428f3  [MRESOURCES-227] Upgrade maven-plugins to version 30
     new a78df06  [MRESOURCES-229] Upgrade plexus-interpolation to 1.22
     new 4f9aff6  [MRESOURCES-226] Too much logging in normal mode  o Upgrading to maven-filtering 3.1.1
     new 79728db  Removed properties for setting target/source cause it's inherited from parent.
     new 0710947  Removed plugin version cause it's inherited from parent.
     new 70784ae  [maven-release-plugin] prepare release maven-resources-plugin-3.0.1
     new 9fa594f  [maven-release-plugin] prepare for next development iteration
     new 5a6f60e  Removed maven-artifact and maven-settings cause they are not used.
     new ae76d4c  [MRESOURCES-233] Upgrade of plexus-interpolation 1.24 to correct escaping issue.
     new 9a5f3cc  [MRESOURCES-234] Upgrade of commons-io to 2.5 and correction of invalid scope.
     new 773b2a7  [maven-release-plugin] prepare release maven-resources-plugin-3.0.2
     new 6d6795b  [maven-release-plugin] prepare for next development iteration
     new f9a26cb  [maven-release-plugin] rollback the release of maven-resources-plugin-3.0.2
     new 8c9aea5  [MRESOURCES-231] Can't disable escaping
     new 3af5a4a  [MRESOURCES-235] Revert enabling escaping by default introduced in 3.0.0.
     new c21b47f  [maven-release-plugin] prepare release maven-resources-plugin-3.0.2
     new ed874dd  [maven-release-plugin] prepare for next development iteration

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