Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.jacoco</groupId>
  3. <artifactId>jacoco-maven-plugin</artifactId>
  4. <version>0.7.7.201606060606</version>
  5. <executions>
  6. <execution>
  7. <id>default-prepare-agent</id>
  8. <goals>
  9. <goal>prepare-agent</goal>
  10. </goals>
  11. </execution>
  12. <execution>
  13. <id>default-prepare-agent-integration</id>
  14. <goals>
  15. <goal>prepare-agent-integration</goal>
  16. </goals>
  17. </execution>
  18. <execution>
  19. <id>default-report</id>
  20. <goals>
  21. <goal>report</goal>
  22. </goals>
  23. </execution>
  24. <execution>
  25. <id>default-report-integration</id>
  26. <goals>
  27. <goal>report-integration</goal>
  28. </goals>
  29. </execution>
  30. </executions>
  31. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement