This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 03fe7f5 exclude common files found in child poms
03fe7f5 is described below
commit 03fe7f5f97ecb4f70ca89c4129f97205d92eeb91
Author: Hervé Boutemy <[email protected]>
AuthorDate: Thu Dec 28 10:42:47 2017 +0100
exclude common files found in child poms
---
pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 465ed4c..afff781 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1088,7 +1088,10 @@ under the License.
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes combine.children="append">
- <exclude>.repository/**</exclude><!-- for CI -->
+ <exclude>.repository/**</exclude><!-- Jenkins job with local Maven
repository -->
+ <exclude>.maven/spy.log</exclude><!-- Hudson Maven3 integration
log -->
+ <exclude>dependency-reduced-pom.xml</exclude><!-- Maven shade
plugin -->
+ <exclude>.java-version</exclude>
</excludes>
</configuration>
<executions>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].