[java-idp-example-jetty-base] 02/03: Ignore .gitkeep files.
Tom Zeller
tzeller at dragonacea.biz
Wed May 25 16:43:00 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.2
in repository java-idp-example-jetty-base.
commit 1ce47654008eb550bc93363d32dc81cf13bb52a4
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 25 13:22:06 2016 -0500
Ignore .gitkeep files.
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index f645eb0..f217f95 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