From cf240f478a63c24f4ff62a04dfca74e058fc5e1c Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Tue, 26 Jan 2016 15:50:43 -0500 Subject: [PATCH] Code review --- pom.xml | 6 +++++ spring-cloud-task-samples/timestamp/pom.xml | 25 +++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 67f49c24..d7bece07 100755 --- a/pom.xml +++ b/pom.xml @@ -105,6 +105,12 @@ jar + + + aggregate + + package + diff --git a/spring-cloud-task-samples/timestamp/pom.xml b/spring-cloud-task-samples/timestamp/pom.xml index 2793b974..b779e3e3 100644 --- a/spring-cloud-task-samples/timestamp/pom.xml +++ b/spring-cloud-task-samples/timestamp/pom.xml @@ -58,6 +58,31 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + +