martes, 29 de agosto de 2017

Maven: Skip tests


Option 1)
Define in pom.xml a new property and run the maven command

   <properties>
       <maven . test.skip >true< /maven .test. skip>
   </properties>

Option 2)

      $ mvn clean install -DskipTests

No hay comentarios:

Publicar un comentario