File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# java-junit-xml-merger
2
2
3
+ [ ] ( https://codeclou.github.io/doc/badges/generated/test-coverage-100.svg )
4
+
3
5
Merges multiple Junit XML files into a single testsuites XML file.
4
6
5
7
----
Original file line number Diff line number Diff line change 72
72
<artifactId >maven-assembly-plugin</artifactId >
73
73
<version >3.1.0</version >
74
74
<configuration >
75
+ <finalName >junit-xml-merger</finalName >
75
76
<archive >
76
77
<manifest >
77
78
<mainClass >io.codeclou.java.junit.xml.merger.Merger</mainClass >
78
79
</manifest >
79
80
</archive >
80
81
<descriptorRefs >
81
- <descriptorRef >fatjar </descriptorRef >
82
+ <descriptorRef >jar-with-dependencies </descriptorRef >
82
83
</descriptorRefs >
84
+ <appendAssemblyId >false</appendAssemblyId >
83
85
</configuration >
84
86
<executions >
85
87
<execution >
You can’t perform that action at this time.
0 commit comments