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 2019/01/13 15:06:00 UTC

[maven-dependency-plugin] branch master updated (c756d9e -> 9bcd5f2)

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


    from c756d9e  [MDEP-613] - Analyze failed: Unsupported class file major version 55 (Java 11)  o Upgraded maven-dependency-analyzer to 1.11.1  o This pulls in asm 7.0 supporting Java 11
     add 89fb117  [MDEP-586] Unpacking different resources into different location from the same artifact do work. (#1)
     new 9bcd5f2  [MDEP-586] Unpacking different resources into different location from the same artifact do work.

The 1 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:
 pom.xml                                            |  2 +-
 .../ResourceArtifact-1.0.jar/resource1.txt         |  4 +-
 .../ResourceArtifact-1.0.jar/resource2.txt         |  4 +-
 ...transitive-1.0.pom => ResourceArtifact-1.0.pom} | 12 ++--
 .../projects/mdep-586-unpacking-resources/pom.xml  | 78 ++++++++++++++++++++++
 .../verify.groovy                                  | 13 ++--
 6 files changed, 96 insertions(+), 17 deletions(-)
 copy Jenkinsfile => src/it/mrm/repository/ResourceArtifact-1.0.jar/resource1.txt (96%)
 copy Jenkinsfile => src/it/mrm/repository/ResourceArtifact-1.0.jar/resource2.txt (96%)
 copy src/it/mrm/repository/{get-artifact-transitive-1.0.pom => ResourceArtifact-1.0.pom} (84%)
 create mode 100644 src/it/projects/mdep-586-unpacking-resources/pom.xml
 copy src/it/projects/{mdep-450-project-with-ancestor => mdep-586-unpacking-resources}/verify.groovy (81%)


[maven-dependency-plugin] 01/01: [MDEP-586] Unpacking different resources into different location from the same artifact do work.

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9bcd5f20a6a4d951ac920f24fbe5e22ab07f1e7b
Merge: c756d9e 89fb117
Author: Robert Scholte <rf...@apache.org>
AuthorDate: Sun Jan 13 16:05:56 2019 +0100

    [MDEP-586] Unpacking different resources into different location from the same artifact do work.

 pom.xml                                            |  2 +-
 .../ResourceArtifact-1.0.jar/resource1.txt         | 20 ++++++
 .../ResourceArtifact-1.0.jar/resource2.txt         | 20 ++++++
 src/it/mrm/repository/ResourceArtifact-1.0.pom     | 30 +++++++++
 .../projects/mdep-586-unpacking-resources/pom.xml  | 78 ++++++++++++++++++++++
 .../mdep-586-unpacking-resources/verify.groovy     | 27 ++++++++
 6 files changed, 176 insertions(+), 1 deletion(-)