aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2018-08-05 22:48:02 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2018-08-05 22:48:02 +0200
commit811cf32772ce5d36947235d11d3b5af6ee3f1d8b (patch)
treef49df29a2fd9bbd36116b6234fa69fbc781178f2 /org.jacoco.build/pom.xml
parentbbcb18a5cd1f06c3e636847581623b9bd5e2c928 (diff)
downloadjacoco-811cf32772ce5d36947235d11d3b5af6ee3f1d8b.tar.gz
Add module for Kotlin validation tests (#720)
Diffstat (limited to 'org.jacoco.build/pom.xml')
-rw-r--r--org.jacoco.build/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 8f8156e7..092eb85d 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -265,6 +265,7 @@
<filtering>false</filtering>
<excludes>
<exclude>**/*.java</exclude>
+ <exclude>**/*.kt</exclude>
<exclude>**/*.properties</exclude>
</excludes>
</resource>
@@ -554,6 +555,7 @@
<configuration>
<target>
<fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml" id="missinglicense.fileset">
+ <include name="**/*.kt"/>
<not>
<and>
<contains text="Copyright (c) 2009, 2018 Mountainminds GmbH &amp; Co. KG and Contributors"/>