Skip to content

Commit

Permalink
Add maven plugin to skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gloseto committed Oct 29, 2020
1 parent 74e21e8 commit a4a9346
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions element-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a4a9346

Please sign in to comment.