How come that Maven is skipping all of my tests by default?I have a pom.xml with few profiles and I am not able to run my tests
mvn -X clean test -pl .,module-name -Dmaven.test.skip=false
Output:
reuseForks = false
runOrder = alphabetical
reportsDirectory =
BuildDir/RTCJNK/workspace/167363/Monthly_Release_E21_Sonar_Test/citirisk-
common/target/surefire-reports
reuseForks = false
runOrder = alphabetical
skip = false
skipExec = true
skipTests = false
testClassesDirectory =
BuildDir/RTCJNK/workspace/167363/Monthly_Release_E21_Sonar_Test/citirisk-
common/target/test-classes
testFailureIgnore = false
testNGArtifactName = org.testng:testng
testSourceDirectory =
BuildDir/RTCJNK/workspace/167363/Monthly_Release_E21_Sonar_Test/citirisk-
common/src/test/java
trimStackTrace = true
useFile = true
useManifestOnlyJar = true
useSystemClassLoader = true
useUnlimitedThreads = false
workingDirectory =
BuildDir/RTCJNK/workspace/167363/Monthly_Release_E21_Sonar_Test/citirisk-
common
project = MavenProject: com.citi.167363:citirisk-common:1.0.0-SNAPSHOT @
BuildDir/RTCJNK/workspace/167363/Monthly_Release_E21_Sonar_Test/citirisk-
common/pom.xml
session = org.apache.maven.execution.MavenSession@44e4cf8a
Build:: [DEBUG] -- end configuration --
Build:: [INFO] Tests are skipped.
Aucun commentaire:
Enregistrer un commentaire