HTTPCLIENT-869 - Incorrect/incomplete product name in META-INF/NOTICE file
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@807559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eefef269a9
commit
926488db2e
20
pom.xml
20
pom.xml
|
@ -83,26 +83,6 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- Add NOTICE and LICENSE to generated JAR -->
|
||||
<plugin>
|
||||
<artifactId>maven-remote-resources-plugin</artifactId>
|
||||
<version>1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>process</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<resourceBundles>
|
||||
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
|
||||
</resourceBundles>
|
||||
<properties>
|
||||
<addLicense>true</addLicense>
|
||||
</properties>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Apache HttpComponents Client - ${project.name}
|
||||
Copyright 1999-2009 The Apache Software Foundation
|
||||
|
||||
This product includes software developed by
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
Loading…
Reference in New Issue