aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build
diff options
context:
space:
mode:
authorMirko Friedenhagen <mfriedenhagen@gmail.com>2013-11-13 23:44:31 +0100
committerMirko Friedenhagen <mfriedenhagen@gmail.com>2013-11-14 21:04:58 +0100
commitb184c6401065644f6137dc1be61692f16536b77e (patch)
tree21475dea40004e520ce222e37009c4e78769e2cc /org.jacoco.build
parent74424072f75b6914b20cb367d21700db5239dce0 (diff)
downloadjacoco-b184c6401065644f6137dc1be61692f16536b77e.tar.gz
Formatting the jacoco way.
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 8baa5d67..66e10865 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -499,7 +499,7 @@
</goals>
<configuration>
<target>
- <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**" id="missinglicense.fileset">
+ <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,nb-configuration.xml" id="missinglicense.fileset">
<not>
<and>
<contains text="Copyright (c) 2009, 2013 Mountainminds GmbH &amp; Co. KG and Contributors"/>