Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <profile>
  2. <id>BVT</id>
  3. <activation>
  4. <activeByDefault>true</activeByDefault>
  5. </activation>
  6. <build>
  7. <plugins>
  8. <plugin>
  9. <groupId>org.apache.maven.plugins</groupId>
  10. <artifactId>maven-surefire-plugin</artifactId>
  11. <configuration>
  12. <includes>
  13. <include>src/main/resources/{folder}/{TestXml}.xml</include>
  14. </includes>
  15. </configuration>
  16. </plugin>
  17. </plugins>
  18. </build>
  19. </profile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement