You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/04/26 13:07:23 UTC

[maven-assembly-plugin] branch master updated (2c44462 -> 52a84fe)

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

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


    from 2c44462  Replace EasyMock with Mockito
     add 52a84fe  [MASSEMBLYE-849] Add nonFilteredFileExtensions to avoid filtering of binary files

No new revisions were added by this update.

Summary of changes:
 .../archive/phase/FileItemAssemblyPhase.java       |  1 +
 .../archive/task/AddDependencySetsTask.java        | 13 +++--
 .../assembly/archive/task/AddFileSetsTask.java     | 16 ++++---
 .../plugins/assembly/format/ReaderFormatter.java   | 14 +++++-
 src/main/mdo/assembly-component.mdo                | 22 +++++++++
 src/main/mdo/assembly.mdo                          | 22 +++++++++
 .../assembly/format/ReaderFormatterTest.java       | 55 +++++++++++++++-------
 7 files changed, 114 insertions(+), 29 deletions(-)