From 1e435abf209089692a3ba2dca86be757e892c10b Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Tue, 29 Mar 2011 14:02:03 +0200 Subject: [PATCH] Cleanup pom --- httpclient/pom.xml | 45 +++++++++++------------------ httpmime/pom.xml | 7 ++++- pom.xml | 79 +-------------------------------------------------- 3 files changed, 25 insertions(+), 106 deletions(-) diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 4ce1cab..e0ac937 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -38,7 +38,7 @@ HttpComponents Client (base module) http://hc.apache.org/httpcomponents-client - jar + bundle @@ -65,12 +65,6 @@ ${junit.version} test - - org.mockito - mockito-core - ${mockito.version} - test - @@ -116,25 +110,18 @@ - - com.atlassian.maven.plugins - maven-clover2-plugin + + org.apache.felix + maven-bundle-plugin + true - threaded - 100 - 50% + + * + + - - - site - pre-site - - instrument - - - - - + + @@ -161,11 +148,13 @@ - com.atlassian.maven.plugins - maven-clover2-plugin - ${clover.version} + org.apache.felix + maven-bundle-plugin - 1.5 + + * + + diff --git a/httpmime/pom.xml b/httpmime/pom.xml index 8853cc2..6922f99 100644 --- a/httpmime/pom.xml +++ b/httpmime/pom.xml @@ -38,7 +38,7 @@ HttpComponents HttpClient - MIME coded entities http://hc.apache.org/httpcomponents-client - jar + bundle @@ -112,6 +112,11 @@ + + org.apache.felix + maven-bundle-plugin + true + diff --git a/pom.xml b/pom.xml index e3ba289..8ab6b70 100644 --- a/pom.xml +++ b/pom.xml @@ -82,28 +82,11 @@ httpclient httpmime - httpclient-cache - httpclient-osgi - maven-notice-plugin - org.apache.httpcomponents - - - attach-notice-license - - generate - - - - - Apache HttpComponents - - - maven-jar-plugin @@ -190,49 +173,6 @@ - com.agilejava.docbkx - docbkx-maven-plugin - - - org.docbook - docbook-xml - 4.4 - runtime - - - - index.xml - true - true - src/docbkx/resources/xsl/fopdf.xsl - src/docbkx/resources/xsl/html_chunk.xsl - css/hc-tutorial.css - - - version - ${project.version} - - - - - - - - - - - - - - - - - - - - - - maven-resources-plugin @@ -253,14 +193,7 @@ - - org.codehaus.mojo - clirr-maven-plugin - - ${comparisonVersion} - - - + @@ -281,15 +214,7 @@ - - org.codehaus.mojo - clirr-maven-plugin - - ${comparisonVersion} - - - - + -- 1.7.4