From 4f97c2ccd0aa8fb070ea6508e7f191089eaa3097 Mon Sep 17 00:00:00 2001 From: eugenp Date: Mon, 10 Aug 2015 10:13:56 +0300 Subject: [PATCH] introducing cargo --- .../pom.xml | 31 +++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/spring-security-login-and-registration/pom.xml b/spring-security-login-and-registration/pom.xml index 9d344bcd37..19d0ae1a29 100644 --- a/spring-security-login-and-registration/pom.xml +++ b/spring-security-login-and-registration/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 + org.baeldung spring-security-login-and-registration + 1.0.1-SNAPSHOT + spring-security-login-and-registration war - 1.0.1-SNAPSHOT org.springframework.boot @@ -188,6 +190,27 @@ maven-war-plugin + + org.codehaus.cargo + cargo-maven2-plugin + ${cargo-maven2-plugin.version} + + true + + tomcat8x + embedded + + + + + + + 8081 + + + + + @@ -212,5 +235,9 @@ 18.0 + + 1.4.15 + + \ No newline at end of file