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 + + + +