summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-11-30 10:41:17 +0100
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-11-30 10:41:17 +0100
commitc7d16847623b456e8b32e2274fab8935f4ff19bf (patch)
tree269481504b221fa8c0275e6d97c99e003d08e93f /src
parentd021a43c8657548470194d3bef770447ea5ea99b (diff)
downloadmaven-nar-plugin-c7d16847623b456e8b32e2274fab8935f4ff19bf.tar.gz
maven-nar-plugin-c7d16847623b456e8b32e2274fab8935f4ff19bf.tar.bz2
maven-nar-plugin-c7d16847623b456e8b32e2274fab8935f4ff19bf.tar.xz
maven-nar-plugin-c7d16847623b456e8b32e2274fab8935f4ff19bf.zip
Avoid java compilation in it0005 for linux-amd64
Diffstat (limited to 'src')
-rw-r--r--src/it/it0005-jni-static/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/it/it0005-jni-static/pom.xml b/src/it/it0005-jni-static/pom.xml
index 8597d22..fd432de 100644
--- a/src/it/it0005-jni-static/pom.xml
+++ b/src/it/it0005-jni-static/pom.xml
@@ -90,6 +90,9 @@
<excludes>
<exclude>**/*.java</exclude>
</excludes>
+ <testexcludes>
+ <testexclude>**/*.java</testexclude>
+ </testexcludes>
</configuration>
</plugin>
<plugin>