From 026d16ba6803885d77d484b9966c99ed5370e6f1 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Mon, 24 Sep 2018 22:35:29 -0400 Subject: [PATCH] Don't include the 'internal' package in Javadocs --- moshi/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/moshi/pom.xml b/moshi/pom.xml index f091bdd..465357d 100644 --- a/moshi/pom.xml +++ b/moshi/pom.xml @@ -47,6 +47,17 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + com.squareup.moshi.internal:com.squareup.moshi.internal.* + + https://square.github.io/okio/ + + +