From f3340c17ec0c7cbff0bec2621303a3c2a43415de Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Tue, 26 Jan 2016 15:25:08 -0500 Subject: [PATCH] Now supports javadoc as part of package build. --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 06c0b01f..67f49c24 100755 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,26 @@ org.apache.maven.plugins maven-javadoc-plugin 2.10.3 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + org.jacoco