From 519d81cfdbe311c0b361acff77926d125c04373e Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 18 Jul 2013 09:16:36 +0100 Subject: [PATCH] Add some generally useful stuff to starter parent --- spring-starters/spring-starter-parent/pom.xml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/spring-starters/spring-starter-parent/pom.xml b/spring-starters/spring-starter-parent/pom.xml index 43b9d99162..18ce3a02e3 100644 --- a/spring-starters/spring-starter-parent/pom.xml +++ b/spring-starters/spring-starter-parent/pom.xml @@ -119,6 +119,23 @@ + + + src/main/resources + true + + **/application.yml + **/application.propeties + + + + src/main/resources + + **/application.yml + **/application.propeties + + + @@ -211,6 +228,26 @@ 2.0 + + + pl.project13.maven + git-commit-id-plugin + 1.9 + + + + revision + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + src/main/resources/git.properties + + + org.springframework.zero