From 88d33516547e3ee58de22dd4657cf6efc87c91dd Mon Sep 17 00:00:00 2001 From: Edwin Njeru Date: Mon, 19 Mar 2018 11:55:35 +0300 Subject: [PATCH] additional release configs and downloading missing plugins --- pom.xml | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eac47e2..3fc1f6b 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 1.0-SNAPSHOT pom - accounts + book-keeper Demo project to illustrate typical double-entry book keeping workflow @@ -343,6 +343,7 @@ org.springframework.boot spring-boot-maven-plugin + 2.0.0.RELEASE true @@ -386,6 +387,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.7.0 1.8 1.8 @@ -418,6 +420,7 @@ org.apache.maven.plugins maven-resources-plugin + 3.0.2 ${project.build.sourceEncoding} @@ -425,6 +428,7 @@ org.apache.maven.plugins maven-failsafe-plugin + 2.21.0 ${surefireArgLine} @@ -956,6 +961,43 @@ 2.5.3 maven-plugin + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.2 + maven-plugin + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + maven-plugin + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.21.0 + maven-plugin + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.21.0 + maven-plugin + test + + + + org.springframework.boot + spring-boot-maven-plugin + 2.0.0.RELEASE + maven-plugin + +