Guest User

Untitled

a guest
Jan 21st, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.apache.maven.plugins</groupId>
  3. <artifactId>maven-failsafe-plugin</artifactId>
  4. <version>2.12.3</version>
  5. <executions>
  6. <execution>
  7. <goals>
  8. <goal>integration-test</goal>
  9. <goal>verify</goal>
  10. </goals>
  11. </execution>
  12. </executions>
  13. </plugin>
Add Comment
Please, Sign In to add comment