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 11# java-junit-xml-merger
22
3+ [ ] ( https://codeclou.github.io/doc/badges/generated/test-coverage-100.svg )
4+
35Merges multiple Junit XML files into a single testsuites XML file.
46
57----
Original file line number Diff line number Diff line change 7272 <artifactId >maven-assembly-plugin</artifactId >
7373 <version >3.1.0</version >
7474 <configuration >
75+ <finalName >junit-xml-merger</finalName >
7576 <archive >
7677 <manifest >
7778 <mainClass >io.codeclou.java.junit.xml.merger.Merger</mainClass >
7879 </manifest >
7980 </archive >
8081 <descriptorRefs >
81- <descriptorRef >fatjar </descriptorRef >
82+ <descriptorRef >jar-with-dependencies </descriptorRef >
8283 </descriptorRefs >
84+ <appendAssemblyId >false</appendAssemblyId >
8385 </configuration >
8486 <executions >
8587 <execution >
You can’t perform that action at this time.
0 commit comments