From 03aba8bbf70f83083bc6a31d8da1a033d4aa65a2 Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Fri, 7 Aug 2015 10:16:59 +0200 Subject: [PATCH 1/2] [Build] Start the WAR in an embedded Tomcat Servlet Container --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 8ca3cd6edb..20bd31799f 100644 --- a/pom.xml +++ b/pom.xml @@ -176,6 +176,17 @@ + + + org.apache.tomcat.maven + tomcat7-maven-plugin + 2.2 + + 8080 + /mct + + + From 1e79c507c896103cf736a4db35d1f6db65324a24 Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Thu, 20 Aug 2015 09:25:27 +0200 Subject: [PATCH 2/2] [Build] Ignore Intellij *.iml configuration files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d815ed2081..6d8ee7e58b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,13 @@ *.gzip *.tgz *.DS_Store -*.idea + *.sass-cache +# Intellij project configuration files +*.idea +*.iml + # External dependencies # Build output