Guest User

Untitled

a guest
Nov 19th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <plugin>
  2. <artifactId>maven-surefire-plugin</artifactId>
  3. <version>2.19</version>
  4. <configuration>
  5. <properties>
  6. <includeTags>acceptance</includeTags>
  7. <excludeTags>integration, regression</excludeTags>
  8. </properties>
  9. </configuration>
  10. </plugin>
Add Comment
Please, Sign In to add comment