[ https://issues.apache.org/jira/browse/HTTPCLIENT-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17816446#comment-17816446 ]
Herve Boutemy commented on HTTPCLIENT-2317: ------------------------------------------- I don't fully know the whole structure of this project: https://github.com/apache/httpcomponents-client/ but I see that the content is not ingested though a dependency in pom.xml but through a download-maven-plugin: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom I see 2 options: - either as Michael proposes, declare a dependency that will trigger the automatic addition of the license - or configure the additional license in the pom.xml > The license in the httpclient5 artifact on Maven central is not correct. > ------------------------------------------------------------------------ > > Key: HTTPCLIENT-2317 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2317 > Project: HttpComponents HttpClient > Issue Type: Bug > Affects Versions: 4.5.14, 5.3.1, 5.4-alpha1 > Reporter: Jan Lahoda > Priority: Minor > > Looking at the 'httpclient5' artifact on Maven central, like: > [https://repo1.maven.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.jar] > [https://repo1.maven.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.4-alpha1/httpclient5-5.4-alpha1.jar] > these contain 'mozilla/public-suffix-list.txt', which is under MPL 2.0, but > the license file embedded in these artifacts (META-INF/LICENSE) does not > contain the MPL 2.0. > > The binary file downloadable from Apache download server has the correct > license file: > [https://dlcdn.apache.org//httpcomponents/httpclient/binary/httpcomponents-client-5.3.1-bin.tar.gz] > > It would be nice if the artifacts on Maven central could have the correct > content of the license file. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org