Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <plugin>
  2. <artifactId>maven-trinidad-plugin</artifactId>
  3. <version>1.0.9</version>
  4. <executions>
  5. <execution>
  6. <phase>test</phase>
  7. <goals>
  8. <goal>run-tests</goal>
  9. </goals>
  10. <configuration>
  11. <testEngine>fit</testEngine>
  12. <testRepositoryType>fitnesse</testRepositoryType>
  13. <testRepositoryUri>../../AppData/Local/Temp/junit6740065975582945798</testRepositoryUri>
  14. <breakBuildOnFailure>false</breakBuildOnFailure>
  15. <tests>
  16. <test>
  17. MyTests.MySuite.MyTest
  18. </test>
  19. </tests>
  20. </configuration>
  21. </execution>
  22. </executions>
  23. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement