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:
Sebastian Bazley 2009-08-25 11:13:32 +00:00
parent eefef269a9
commit 926488db2e
2 changed files with 5 additions and 20 deletions

20
pom.xml
View File

@ -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>

View File

@ -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/).