aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2014-01-07 00:43:52 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2014-01-07 00:44:17 +0100
commit745e46dfde252b8ebe2ec43cc977e27a4bbe8156 (patch)
treed8653de574e0ff91262a07bd30a7320579a08f69 /org.jacoco.build
parentd718701d5fe086c26fb3491591a11e4f4260a024 (diff)
downloadjacoco-745e46dfde252b8ebe2ec43cc977e27a4bbe8156.tar.gz
Fix #180 - directory ".idea" should be ignored during check on presence of license-header
Diffstat (limited to 'org.jacoco.build')
-rw-r--r--org.jacoco.build/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index a865ba62..9361da7d 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -515,7 +515,7 @@
</goals>
<configuration>
<target>
- <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,nb-configuration.xml" id="missinglicense.fileset">
+ <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml" id="missinglicense.fileset">
<not>
<and>
<contains text="Copyright (c) 2009, 2014 Mountainminds GmbH &amp; Co. KG and Contributors"/>