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/18 08:40:40 UTC

[maven-assembly-plugin] branch master updated (e1af3b0 -> 5ba9b81)

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 e1af3b0  README improvement
     add 5ba9b81  [MASSEMBLY-934] Support concatenation of files

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   9 +-
 .../a.properties                                   |   0
 .../invoker.properties                             |   0
 .../pom.xml                                        |   8 +-
 .../src/assemble/bin.xml                           |  12 +-
 .../src/config/a/file.txt                          |   0
 .../src/config/b/file.txt                          |   1 -
 .../massembly-934_concat-files/verify.groovy}      |  64 ++--
 .../archive/phase/FileItemAssemblyPhase.java       |  87 ++++-
 src/main/mdo/assembly-component.mdo                |  12 +
 src/main/mdo/assembly.mdo                          |  14 +-
 .../archive/phase/FileItemAssemblyPhaseTest.java   | 413 ++++++++-------------
 12 files changed, 310 insertions(+), 310 deletions(-)
 copy src/it/projects/{files/multimodule-relativePath => massembly-934_concat-files}/a.properties (100%)
 copy src/it/projects/{filtering-feature/filtersDefinedInAssemblyPluginConfig => massembly-934_concat-files}/invoker.properties (100%)
 copy src/it/projects/{basic-features/file-sameName => massembly-934_concat-files}/pom.xml (89%)
 copy src/it/projects/{filtering-feature/filtersDefinedInAssemblyPluginConfig => massembly-934_concat-files}/src/assemble/bin.xml (80%)
 copy src/it/projects/{files/multimodule-relativePath/child => massembly-934_concat-files}/src/config/a/file.txt (100%)
 copy src/it/projects/{basic-features/file-sameName => massembly-934_concat-files}/src/config/b/file.txt (95%)
 copy src/{main/java/org/apache/maven/plugins/assembly/repository/RepositoryBuilderConfigSource.java => it/projects/massembly-934_concat-files/verify.groovy} (68%)