Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 520 Bytes

File metadata and controls

24 lines (17 loc) · 520 Bytes

Development

Build

mvn package -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true
java -jar target/java-junit-xml-merger.jar

Testcoverage

We use jacoco and have enforced 100% coverage

mvn clean 
mvn test 
mvn verify
mvn jacoco:report

Now look into target/site/jacoco/ and open index.html in the browser. Should look like so:

image