You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2019/11/18 10:40:41 UTC

[maven] branch master updated (c82409a -> f8bd6d5)

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

eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git.


    from c82409a  [MNG-6759] Maven fails to use <repositories> section from dependency when resolving transitive dependencies in some cases
     add f8bd6d5  [MNG-6771] Fix license issues on binary distribution - Update slf4j to 1.7.29 - Do not download ASL v2 license files but copy from local - add Jsoup license - keep a specific copy of MIT license for each dependency - Add NOTICE to binary distribution - Add Eclipse SISU about.html contents

No new revisions were added by this update.

Summary of changes:
 apache-maven/pom.xml                               |   8 ++
 .../main/appended-resources/META-INF/LICENSE.vm    |  64 +++++++-----
 .../src/main/appended-resources/META-INF/NOTICE.vm | 116 +++++++++++++++++++++
 .../main/appended-resources/licenses/ASL-2.0.txt   |   0
 .../licenses/MIT-jsoup-1.12.1.txt                  |  23 ++++
 .../licenses/MIT-slf4j-api-1.7.29.txt              |  23 ++++
 .../src/main/appended-resources/licenses/MIT.txt   |  14 ---
 apache-maven/src/main/assembly/component.xml       |   7 ++
 pom.xml                                            |  11 +-
 9 files changed, 224 insertions(+), 42 deletions(-)
 create mode 100644 apache-maven/src/main/appended-resources/META-INF/NOTICE.vm
 copy LICENSE => apache-maven/src/main/appended-resources/licenses/ASL-2.0.txt (100%)
 create mode 100644 apache-maven/src/main/appended-resources/licenses/MIT-jsoup-1.12.1.txt
 create mode 100644 apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.29.txt
 delete mode 100644 apache-maven/src/main/appended-resources/licenses/MIT.txt