You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/11/08 14:30:48 UTC

[GitHub] [maven-wagon] hboutemy commented on a change in pull request #60: [WAGON-574] advertise jsoup license for shaded jar

hboutemy commented on a change in pull request #60: [WAGON-574] advertise jsoup license for shaded jar
URL: https://github.com/apache/maven-wagon/pull/60#discussion_r344199503
 
 

 ##########
 File path: 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>
 
 Review comment:
   Maven defined the format, with following documentation https://maven.apache.org/ref/3.6.2/maven-model/maven.html#class_license
   
   if you want to add a comment, just propose a content

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services