[java-parent-project-v3] branch master updated: JPAR-71: Exclude .gitkeep files from packaged jars

Brent Putman putmanb at georgetown.edu
Fri Oct 9 16:02:39 EDT 2015


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch master
in repository java-parent-project-v3.

The following commit(s) were added to refs/heads/master by this push:
       new  09859ff   JPAR-71: Exclude .gitkeep files from packaged jars
09859ff is described below

commit 09859ff2d76492408bf871bb0b14cc9ef9eed0a3
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Oct 9 16:01:34 2015 -0400

    JPAR-71: Exclude .gitkeep files from packaged jars
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index af9f4c3..b47e972 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,6 +557,9 @@
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <skipIfEmpty>true</skipIfEmpty>
+                    <excludes>
+                        <exclude>**/.gitkeep</exclude>
+                    </excludes>
                 </configuration>
                 <executions>
                     <execution>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list