Hi

I am doing mvn install with maven.test.skip=true, it is skipping to run the
testcases but is it possible to even skip compiling the testcases.

-Dmaven.test.skip=true

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.

Thanks
--
-Gautham Pamu

Reply via email to