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:25 UTC

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

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>