From f3b52d4423ad82d2f7fa58c4bc7501a4fd73efd3 Mon Sep 17 00:00:00 2001 From: Doug Morato Date: Wed, 16 Sep 2015 21:10:11 -0400 Subject: [PATCH] Improving naming convention on tomcat execution goal for integration tests --- webgoat-container/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml index ea8402ece..569abbd4a 100644 --- a/webgoat-container/pom.xml +++ b/webgoat-container/pom.xml @@ -68,7 +68,7 @@ - start-tomcat + tomcat-startup pre-integration-test run-war-only @@ -80,7 +80,7 @@ - stop-tomcat + tomcat-shutdown post-integration-test shutdown