From ad830474ac0a2b915bba940299de8f3083fae653 Mon Sep 17 00:00:00 2001 From: Varun Nandi Date: Thu, 31 May 2018 12:22:58 -0700 Subject: [PATCH] Add Automatic-Module-Name in manifest so Java9 modular applications can depend on this library --- httpcore-ab/pom.xml | 25 +++++++++++++++++++++++++ httpcore-nio/pom.xml | 20 ++++++++++++++++++++ httpcore/pom.xml | 7 +++++++ 3 files changed, 52 insertions(+) diff --git a/httpcore-ab/pom.xml b/httpcore-ab/pom.xml index 3a47d5580f..80de4cd9c6 100644 --- a/httpcore-ab/pom.xml +++ b/httpcore-ab/pom.xml @@ -58,6 +58,31 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + package + + jar + + + + + org.apache.httpcomponents.httpcore-ab + + + + + + + + + diff --git a/httpcore-nio/pom.xml b/httpcore-nio/pom.xml index fc76058869..bbc6240b73 100644 --- a/httpcore-nio/pom.xml +++ b/httpcore-nio/pom.xml @@ -93,6 +93,26 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + package + + jar + + + + + org.apache.httpcomponents.httpcore-nio + + + + + + diff --git a/httpcore/pom.xml b/httpcore/pom.xml index dc22cb217e..d43f1476c8 100644 --- a/httpcore/pom.xml +++ b/httpcore/pom.xml @@ -93,6 +93,13 @@ + + + + org.apache.httpcomponents.httpcore + + +