Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.apache.maven.plugins</groupId>
  3. <artifactId>maven-surefire-plugin</artifactId>
  4. <version>2.22.1</version>
  5. <dependencies>
  6. <dependency>
  7. <groupId>org.junit.jupiter</groupId>
  8. <artifactId>junit-jupiter-engine</artifactId>
  9. <version>5.4.1</version>
  10. </dependency>
  11.  
  12. </dependencies>
  13. <configuration>
  14. </configuration>
  15. </plugin>
  16.  
  17. <?xml version="1.0" encoding="UTF-8"?>
  18. <!DOCTYPE xml>
  19. <Configuration status="error">
  20. <Appenders>
  21. <Console name="Console" target="SYSTEM_OUT">
  22. </Console>
  23. </Appenders>
  24. <Loggers>
  25. <Logger name="de.powerstat.integrationtests" level="DEBUG" />
  26. <Root level="WARN">
  27. <AppenderRef ref="Console" />
  28. </Root>
  29. </Loggers>
  30. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement