forked from cytomine/Cytomine-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
22 lines (22 loc) · 1.15 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd'>
<modelVersion>4.0.0</modelVersion>
<groupId>be.cytomine</groupId>
<artifactId>Cytomine</artifactId>
<version>20141120</version>
<packaging>pom</packaging>
<name>Cytomine-Server</name>
<build>
</build>
<properties>
<sonar.sources>src/groovy,src/java,grails-app/conf,grails-app/controllers,grails-app/domain,grails-app/jobs,grails-app/services</sonar.sources>
<sonar.language>grvy</sonar.language>
<sonar.groovy.junit.reportsPath>target/test-reports</sonar.groovy.junit.reportsPath>
<sonar.groovy.cobertura.reportPath>target/test-reports/cobertura/coverage.xml</sonar.groovy.cobertura.reportPath>
<sonar.jdbc.url>jdbc:postgresql://localhost/sonar</sonar.jdbc.url>
<sonar.jdbc.driver>org.postgresql.Driver</sonar.jdbc.driver>
<sonar.jdbc.username>postgres</sonar.jdbc.username>
<sonar.jdbc.password></sonar.jdbc.password>
<!-- test -->
<sonar.host.url>http://sonar.cytomine.be</sonar.host.url>
</properties>
</project>