[java-parent-project-v2] branch master updated: JPAR-71: Exclude .gitkeep files from packaged jars
Brent Putman
putmanb at georgetown.edu
Fri Oct 9 16:02:16 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-v2.
The following commit(s) were added to refs/heads/master by this push:
new 92c7f61 JPAR-71: Exclude .gitkeep files from packaged jars
92c7f61 is described below
commit 92c7f61c14b89b1947795e9f0b9dae13a99fe54b
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Oct 9 16:00:47 2015 -0400
JPAR-71: Exclude .gitkeep files from packaged jars
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 80f780e..9f1de2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,6 +572,11 @@
</dependency> -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/.gitkeep</exclude>
+ </excludes>
+ </configuration>
<executions>
<execution>
<goals>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list