Library to convert test reports to XUnit format
##Supported Formats:
- Nose
- JSUnit
- MsTest
##Project Contribution
###Prerequisites
- JavaIDE - I'm using IntellJ IDEA (14.1.2)
- JavaJDK version 1.7 +
- JAVA_HOME environment variable correctly setup
- Maven - I'm using Maven 3.3.3
cd xunit-converter
mvn clean install -DskipTests