diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml index 2a60383ff7..7330bea8a9 100644 --- a/httpclient-osgi/pom.xml +++ b/httpclient-osgi/pom.xml @@ -80,6 +80,37 @@ + + + src/main/resources + false + + META-INF/* + + + + src/main/resources + true + + **/*.properties + + + + .. + META-INF + + LICENSE.txt + + + + ../src/main/resources + META-INF + true + + NOTICE.txt + + + org.apache.felix diff --git a/httpclient/pom.xml b/httpclient/pom.xml index b339ef57a5..de702328fe 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -113,6 +113,30 @@ + + + src/test/resources + false + + * + + + + .. + META-INF + + LICENSE.txt + + + + ../src/main/resources + META-INF + true + + NOTICE.txt + + + org.apache.maven.plugins diff --git a/pom.xml b/pom.xml index 6cf1a32418..ae8251253f 100644 --- a/pom.xml +++ b/pom.xml @@ -108,12 +108,6 @@ maven-site-plugin - - maven-release-plugin - - https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/ - - maven-assembly-plugin