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

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


    from 4753d8e  Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0
     new 87a4f14  [MSHADE-467] Reproduce concurrency problem in an IT
     new ae907a8  [MSHADE-467] Fix concurrency problem with dependency-reduced 
POM
     new e7077c6  [MSHADE-467] Improved concurrency problem fix

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


Summary of changes:
 .../invoker.properties                             |   2 +-
 .../pom.xml                                        | 184 +++++++++++++++++++++
 .../shadeMT1}/pom.xml                              |  31 ++--
 .../shadeMT2}/pom.xml                              |  31 ++--
 .../shadeMT3}/pom.xml                              |  31 ++--
 .../shadeMT4}/pom.xml                              |  31 ++--
 .../verify.groovy                                  |   9 +-
 .../apache/maven/plugins/shade/mojo/ShadeMojo.java |  16 +-
 8 files changed, 261 insertions(+), 74 deletions(-)
 copy src/it/projects/{MSHADE-382_skip_execution => 
MSHADE-467_parallel-dependency-reduced-pom}/invoker.properties (96%)
 create mode 100644 
src/it/projects/MSHADE-467_parallel-dependency-reduced-pom/pom.xml
 copy src/it/projects/{MSHADE-413-parallel => 
MSHADE-467_parallel-dependency-reduced-pom/shadeMT1}/pom.xml (64%)
 copy src/it/projects/{MSHADE-413-parallel => 
MSHADE-467_parallel-dependency-reduced-pom/shadeMT2}/pom.xml (64%)
 copy src/it/projects/{MSHADE-413-parallel => 
MSHADE-467_parallel-dependency-reduced-pom/shadeMT3}/pom.xml (64%)
 copy src/it/projects/{MSHADE-413-parallel => 
MSHADE-467_parallel-dependency-reduced-pom/shadeMT4}/pom.xml (64%)
 copy src/it/projects/{MSHADE-382_skip_execution => 
MSHADE-467_parallel-dependency-reduced-pom}/verify.groovy (78%)

Reply via email to