Fixed duplicate N&L problem by removing maven-notice-plugin in favor of maven-remote-resource-plugin included through Apache parent POM

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1512361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-08-09 15:57:15 +00:00
parent 25d95561b2
commit 888b783538
6 changed files with 6 additions and 21 deletions

View File

@ -33,7 +33,7 @@
<version>4.3-beta3-SNAPSHOT</version>
</parent>
<artifactId>fluent-hc</artifactId>
<name>Fluent HttpClient</name>
<name>Fluent API for Apache HttpClient</name>
<inceptionYear>2011</inceptionYear>
<description>
HttpComponents Client fluent API

View File

@ -33,7 +33,7 @@
<version>4.3-beta3-SNAPSHOT</version>
</parent>
<artifactId>httpclient-cache</artifactId>
<name>HttpClient Cache</name>
<name>Apache HttpClient Cache</name>
<inceptionYear>2010</inceptionYear>
<description>
HttpComponents HttpClient - Cache

View File

@ -33,7 +33,7 @@
<version>4.3-beta3-SNAPSHOT</version>
</parent>
<artifactId>httpclient-osgi</artifactId>
<name>HttpClient OSGi bundle</name>
<name>Apache HttpClient OSGi bundle</name>
<inceptionYear>1999</inceptionYear>
<description>
HttpComponents Client (OSGi bundle)

View File

@ -33,9 +33,9 @@
<version>4.3-beta3-SNAPSHOT</version>
</parent>
<artifactId>httpclient</artifactId>
<name>HttpClient</name>
<name>Apache HttpClient</name>
<description>
HttpComponents Client (base module)
HttpComponents Client
</description>
<url>http://hc.apache.org/httpcomponents-client</url>
<packaging>jar</packaging>

View File

@ -33,7 +33,7 @@
<version>4.3-beta3-SNAPSHOT</version>
</parent>
<artifactId>httpmime</artifactId>
<name>HttpMime</name>
<name>Apache HttpClient Mime</name>
<description>
HttpComponents HttpClient - MIME coded entities
</description>

15
pom.xml
View File

@ -159,21 +159,6 @@
<build>
<plugins>
<plugin>
<artifactId>maven-notice-plugin</artifactId>
<groupId>org.apache.httpcomponents</groupId>
<executions>
<execution>
<id>attach-notice-license</id>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<projectTitle>Apache HttpComponents</projectTitle>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>