My goal is : mvn -q spring-project/pom.xml verify -Pe2e
Travis full build : https://travis-ci.org/github/JosephThachilGeorge/TDDTEST/jobs/715649594#L855
My project directory: https://github.com/JosephThachilGeorge/TDDTEST
With .travis.yml below goals are working perfectly
- mvn -f spring-project/pom.xml clean verify -Pjacoco coveralls:report
- mvn -f spring-project/pom.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report
- mvn -f spring-project/pom.xml sonar:sonar -Dsonar.projectKey=JosephThachilGeorge_TDDTEST
- mvn -f spring-project/pom.xml verify -Pfailsafe
Only i have problem with end to end test goal : mvn -q spring-project/pom.xml verify -Pe2e
My project pom is in below location: https://github.com/JosephThachilGeorge/TDDTEST/tree/master/spring-project