I was trying to build hive-0.13.
When using -Dmaven.test.skip=true
, it will not build the test jars but it will check test dependency.
When using -DskipTests
, it will not build the test jars and also not check test dependency.
What's the difference between -DskipTests
and -Dmaven.test.skip=true
?