We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d5eaa commit e432af7Copy full SHA for e432af7
pom.xml
@@ -56,9 +56,9 @@
56
<excludes>
57
<exclude>**/*.java</exclude>
58
<exclude>**/*.jar</exclude>
59
- <exclude>**/data/*.jar</exclude>
60
- <exclude>**/data/*.bin</exclude>
+ <exclude>**/*.bin</exclude>
61
<exclude>**/*.class</exclude>
+ <exclude>**/*.zip</exclude>
62
</excludes>
63
</resource>
64
<resource>
@@ -76,6 +76,9 @@
76
77
78
79
+ <exclude>**/*.jar</exclude>
80
81
82
83
</testResource>
84
</testResources>
0 commit comments