Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

maven skip test

<plugin>
  <artifactId>maven-surefire-plugin</artifactId>
  <version>${surefire-plugin.version}</version>
  <configuration>
    <systemPropertyVariables>
      <skipTests>true</skipTests>
    </systemPropertyVariables>
  </configuration>
</plugin>
Source by maven.apache.org #
 
PREVIOUS NEXT
Tagged: #maven #skip #test
ADD COMMENT
Topic
Name
5+6 =