From 7ee591f0f48246dbc8ac714d4ce514569346c60d Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Fri, 7 Jan 2011 23:43:27 +0000 Subject: [PATCH] Merge jar manifest entries into httpclient parent pom git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1056561 13f79535-47bb-0310-9956-ffa450edef68 --- httpclient-cache/pom.xml | 17 ----------------- httpclient/pom.xml | 14 -------------- httpmime/pom.xml | 17 ----------------- pom.xml | 17 +++++++++++++++++ 4 files changed, 17 insertions(+), 48 deletions(-) diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml index 1f1edbc26..38b85c412 100644 --- a/httpclient-cache/pom.xml +++ b/httpclient-cache/pom.xml @@ -144,23 +144,6 @@ maven-surefire-plugin - - maven-jar-plugin - - - - HttpComponents ${project.name} - ${project.version} - The Apache Software Foundation - HttpComponents ${project.name} - ${project.version} - The Apache Software Foundation - org.apache - ${project.url} - - - - com.atlassian.maven.plugins maven-clover2-plugin diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 3324910e9..625c7b7a4 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -114,20 +114,6 @@ maven-jar-plugin - - - - HttpComponents HttpClient - ${project.version} - The Apache Software Foundation - HttpComponents HttpClient - ${project.version} - The Apache Software Foundation - org.apache - ${project.url} - - - diff --git a/httpmime/pom.xml b/httpmime/pom.xml index e73720f1a..b1acde91c 100644 --- a/httpmime/pom.xml +++ b/httpmime/pom.xml @@ -94,23 +94,6 @@ maven-surefire-plugin - - maven-jar-plugin - - - - HttpComponents HttpMime - ${project.version} - The Apache Software Foundation - HttpComponents HttpMime - ${project.version} - The Apache Software Foundation - org.apache - ${project.url} - - - - com.atlassian.maven.plugins maven-clover2-plugin diff --git a/pom.xml b/pom.xml index 125f868a5..6b6897ad4 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,23 @@ Apache HttpComponents + + maven-jar-plugin + + + + HttpComponents ${project.name} + ${project.version} + The Apache Software Foundation + HttpComponents ${project.name} + ${project.version} + The Apache Software Foundation + org.apache + ${project.url} + + + + maven-source-plugin