Update pom.xml

This commit is contained in:
Ugur Bozkurt 2023-04-20 23:31:42 +03:00 committed by GitHub
parent 1ecd2d6a42
commit e92f818d22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

29
pom.xml
View file

@ -77,34 +77,7 @@
<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 -->