MVN Build:
Sometime you will see the MVN build in Eclipse is failing
and the same is successful in command promt.
Here are some commands that you can use to run on command
prompt.
C:\ mvn clean install -X
To escapre test cases:
C:\ mvn clean install -X -DskipTests
Comments