[java-idp-example-jetty-base] 02/03: Ignore .gitkeep files.
Tom Zeller
tzeller at dragonacea.biz
Wed May 25 16:43:03 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.3
in repository java-idp-example-jetty-base.
commit 922788c83b874facce7e62d7549b6455dad23b2d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 25 13:24:36 2016 -0500
Ignore .gitkeep files.
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0bd0a8a..5128f02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,9 @@
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
+ <excludes>
+ <exclude>**/.gitkeep</exclude>
+ </excludes>
</resource>
</resources>
</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list