Guest User

Untitled

a guest
Jan 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <profiles>
  2. <profile>
  3. <id>sonar</id>
  4. <build>
  5. <plugins>
  6. <plugin>
  7. <groupId>org.apache.maven.plugins</groupId>
  8. <artifactId>maven-surefire-plugin</artifactId>
  9. <version>2.12.3</version>
  10. <configuration>
  11. <systemPropertyVariables>
  12. <db.user>foo</db.user>
  13. <db.password>bar</db.password>
  14. </systemPropertyVariables>
  15. </configuration>
  16. </plugin>
  17. </plugins>
  18. </build>
  19. </profile>
  20. </profiles>
Add Comment
Please, Sign In to add comment