From a2674b50bd25aa1ac72581da9ee73ffec2540030 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Mon, 4 Jan 2016 17:05:31 -0500 Subject: [PATCH] Install and package targets skipped for timestamp --- spring-cloud-task-samples/timestamp/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/spring-cloud-task-samples/timestamp/pom.xml b/spring-cloud-task-samples/timestamp/pom.xml index 80aa6303..12d15012 100644 --- a/spring-cloud-task-samples/timestamp/pom.xml +++ b/spring-cloud-task-samples/timestamp/pom.xml @@ -59,6 +59,23 @@ spring-boot-maven-plugin + + + + + maven-deploy-plugin + + true + + + + maven-install-plugin + + true + + + +