From e12ff541f7fc3774041c3c9a2d60fd3cf172f3c6 Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Fri, 19 May 2017 08:29:13 -0700 Subject: [PATCH] Enable Building Both Source, and JavaDoc jars --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pom.xml b/pom.xml index 16d09bbf..26304866 100644 --- a/pom.xml +++ b/pom.xml @@ -242,6 +242,35 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + com.amazonaws.services.kinesis.producer.protobuf + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar + + + +