Maven - Skip building test classes
Posted
by Walter White
on Stack Overflow
See other posts from Stack Overflow
or by Walter White
Published on 2010-04-07T15:10:18Z
Indexed on
2010/04/07
15:13 UTC
Read the original article
Hit count: 770
maven-2
Hi all,
Is there a simple way to not build the test classes?
mvn clean install -Dmaven.test.skip=true
Walter
© Stack Overflow or respective owner