mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Update pom.xml
This commit is contained in:
parent
c2a0ce2a3d
commit
1ecd2d6a42
1 changed files with 29 additions and 0 deletions
29
pom.xml
29
pom.xml
|
@ -77,7 +77,36 @@
|
|||
<artifactId>postgresql</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- sonar -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>sonar-maven-plugin</artifactId>
|
||||
<version>3.4.0.905</version>
|
||||
<type>pom</type>
|
||||
<dependency>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>sonar</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<properties>
|
||||
<!-- Optional URL to server. Default value is http://localhost:9000 -->
|
||||
<sonar.host.url> http://sonar.testinium.com </sonar.host.url>
|
||||
|
||||
<sonar.host.url> http://sonar.testinium.com </sonar.host.url>
|
||||
|
||||
<!-- <sonar.jdbc.url>your database URL</sonar.jdbc.url>
|
||||
<sonar.jdbc.driver>Your database driver</sonar.jdbc.driver>
|
||||
<sonar.jdbc.username>DB username</sonar.jdbc.username>
|
||||
<sonar.jdbc.password>db password</sonar.jdbc.password> -->
|
||||
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
<!-- caching -->
|
||||
<dependency>
|
||||
<groupId>javax.cache</groupId>
|
||||
|
|
Loading…
Reference in a new issue