From d9098e6d2a1a3d86740cb5a62439627e80732d2b Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 11 Apr 2012 01:39:11 -0400 Subject: [PATCH] Excluding .gitignore from WAR files. It's present in some TweetStore instances' empty src/main/platform directory to ensure that directory is stored in Git --- demos/tweetstore/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/demos/tweetstore/pom.xml b/demos/tweetstore/pom.xml index 30a4245bbf..008a7a899a 100644 --- a/demos/tweetstore/pom.xml +++ b/demos/tweetstore/pom.xml @@ -148,6 +148,10 @@ src/main/platform WEB-INF true + + + .gitignore + ${remoteResourcesDirectory}/META-INF @@ -196,6 +200,10 @@ src/main/platform WEB-INF true + + + .gitignore + ${remoteResourcesDirectory}/META-INF