We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0975875 commit ac8253fCopy full SHA for ac8253f
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.scijava</groupId>
6
<artifactId>pom-scijava-base</artifactId>
7
- <version>22.0.1-SNAPSHOT</version>
+ <version>22.0.2-SNAPSHOT</version>
8
<packaging>pom</packaging>
9
10
<name>SciJava Base POM</name>
@@ -825,6 +825,14 @@
825
<goals>
826
<goal>report</goal>
827
</goals>
828
+ <configuration>
829
+ <!-- Exclude alternate versions for multi-release modules-->
830
+ <excludes>
831
+ <exclude>META-INF/**/*</exclude>
832
+ </excludes>
833
+ <dataFile>${jacoco.data.file.ut}</dataFile>
834
+ <outputDirectory>${jacoco.report.folder.ut}</outputDirectory>
835
+ </configuration>
836
</execution>
837
</executions>
838
</plugin>
0 commit comments