diff --git a/mockwebserver/pom.xml b/mockwebserver/pom.xml index de258420ef40..a94cdf7bbcf5 100644 --- a/mockwebserver/pom.xml +++ b/mockwebserver/pom.xml @@ -63,6 +63,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + okhttp3.mockwebserver + + + + diff --git a/okcurl/pom.xml b/okcurl/pom.xml index c444a23b4d72..0a44e199e39f 100644 --- a/okcurl/pom.xml +++ b/okcurl/pom.xml @@ -91,6 +91,17 @@ -Xbootclasspath/p:$0 + + org.apache.maven.plugins + maven-jar-plugin + + + + okhttp3.curl + + + + diff --git a/okhttp-android-support/pom.xml b/okhttp-android-support/pom.xml index e2ff34c2e44f..91df638a01e6 100644 --- a/okhttp-android-support/pom.xml +++ b/okhttp-android-support/pom.xml @@ -58,6 +58,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + okhttp3.androidsupport + + + + diff --git a/okhttp-apache/pom.xml b/okhttp-apache/pom.xml index 4cf68781381e..8ee6b0ccfc7a 100644 --- a/okhttp-apache/pom.xml +++ b/okhttp-apache/pom.xml @@ -56,6 +56,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + okhttp3.apache + + + + diff --git a/okhttp-logging-interceptor/pom.xml b/okhttp-logging-interceptor/pom.xml index 275570d4675b..ce35ec3329bd 100644 --- a/okhttp-logging-interceptor/pom.xml +++ b/okhttp-logging-interceptor/pom.xml @@ -42,4 +42,20 @@ test + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + okhttp3.logging + + + + + + diff --git a/okhttp-testing-support/pom.xml b/okhttp-testing-support/pom.xml index 3605a66add66..e96c41561f61 100644 --- a/okhttp-testing-support/pom.xml +++ b/okhttp-testing-support/pom.xml @@ -29,4 +29,20 @@ provided + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + okhttp3.testing + + + + + + diff --git a/okhttp-urlconnection/pom.xml b/okhttp-urlconnection/pom.xml index 3894bbcd838b..c22a40da68de 100644 --- a/okhttp-urlconnection/pom.xml +++ b/okhttp-urlconnection/pom.xml @@ -61,6 +61,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + okhttp3.urlconnection + + + + diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 09015c18e0df..ae0cc676f1b6 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -53,6 +53,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + okhttp3 + + + +