You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/11/08 13:50:24 UTC

[maven-wagon] branch WAGON-574 created (now e5e06c8)

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

hboutemy pushed a change to branch WAGON-574
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git.


      at e5e06c8  [WAGON-574] advertise jsoup license for shaded jar

This branch includes the following new commits:

     new e5e06c8  [WAGON-574] advertise jsoup license for shaded jar

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.



[maven-wagon] 01/01: [WAGON-574] advertise jsoup license for shaded jar

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

hboutemy pushed a commit to branch WAGON-574
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git

commit e5e06c86016432bc08cbab2e1d6d7e9a5e75a30f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Nov 8 14:50:11 2019 +0100

    [WAGON-574] advertise jsoup license for shaded jar
---
 wagon-providers/wagon-http/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/wagon-providers/wagon-http/pom.xml b/wagon-providers/wagon-http/pom.xml
index c97e284..f2c704a 100644
--- a/wagon-providers/wagon-http/pom.xml
+++ b/wagon-providers/wagon-http/pom.xml
@@ -33,6 +33,19 @@ under the License.
     Wagon provider that gets and puts artifacts through HTTP(S) using Apache HttpClient-4.x.
   </description>
 
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+    <license>
+      <name>MIT License</name>
+      <url>https://raw.githubusercontent.com/jhy/jsoup/jsoup-1.12.1/LICENSE</url>
+      <distribution>repo</distribution>
+      <comments>shaded jar is bundled with jsoup, Copyright (c) 2009-2019 Jonathan Hedley (jonathan@hedley.net)</comments>
+    </license>
+  </licenses>
 
   <dependencies>
     <dependency>