Link to home
Start Free TrialLog in
Avatar of Tertioptus
Tertioptus

asked on

Maven: how skip test fromt the command line

Is there a way to skip testing,  when running "mvn install", from the command line.
ASKER CERTIFIED SOLUTION
Avatar of Ajay-Singh
Ajay-Singh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ss_p
ss_p

it should be actually

mvn -Dmaven.test.skip=true install

cheers
ssp