From 888b7835381b9ab4e527af77723f80e7f19d19e7 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Fri, 9 Aug 2013 15:57:15 +0000 Subject: [PATCH] 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 --- fluent-hc/pom.xml | 2 +- httpclient-cache/pom.xml | 2 +- httpclient-osgi/pom.xml | 2 +- httpclient/pom.xml | 4 ++-- httpmime/pom.xml | 2 +- pom.xml | 15 --------------- 6 files changed, 6 insertions(+), 21 deletions(-) diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml index cb5a153d3..e5ef4a368 100644 --- a/fluent-hc/pom.xml +++ b/fluent-hc/pom.xml @@ -33,7 +33,7 @@ 4.3-beta3-SNAPSHOT fluent-hc - Fluent HttpClient + Fluent API for Apache HttpClient 2011 HttpComponents Client fluent API diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml index 6342f6f2d..b9421eea7 100644 --- a/httpclient-cache/pom.xml +++ b/httpclient-cache/pom.xml @@ -33,7 +33,7 @@ 4.3-beta3-SNAPSHOT httpclient-cache - HttpClient Cache + Apache HttpClient Cache 2010 HttpComponents HttpClient - Cache diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml index 6e7a5a908..2fbc17d6b 100644 --- a/httpclient-osgi/pom.xml +++ b/httpclient-osgi/pom.xml @@ -33,7 +33,7 @@ 4.3-beta3-SNAPSHOT httpclient-osgi - HttpClient OSGi bundle + Apache HttpClient OSGi bundle 1999 HttpComponents Client (OSGi bundle) diff --git a/httpclient/pom.xml b/httpclient/pom.xml index e0d9e29ee..6dd2d2720 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -33,9 +33,9 @@ 4.3-beta3-SNAPSHOT httpclient - HttpClient + Apache HttpClient - HttpComponents Client (base module) + HttpComponents Client http://hc.apache.org/httpcomponents-client jar diff --git a/httpmime/pom.xml b/httpmime/pom.xml index 577ad1085..21261dcda 100644 --- a/httpmime/pom.xml +++ b/httpmime/pom.xml @@ -33,7 +33,7 @@ 4.3-beta3-SNAPSHOT httpmime - HttpMime + Apache HttpClient Mime HttpComponents HttpClient - MIME coded entities diff --git a/pom.xml b/pom.xml index 92e634464..32fc46816 100644 --- a/pom.xml +++ b/pom.xml @@ -159,21 +159,6 @@ - - maven-notice-plugin - org.apache.httpcomponents - - - attach-notice-license - - generate - - - - - Apache HttpComponents - - maven-jar-plugin