Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <profile>
- <id>sonar</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <properties>
- <sonar.host.url>http://servername:9000</sonar.host.url>
- <sonar.jdbc.url>jdbc:sqlserver://servername;databaseName=db;integratedSecurity=true;</sonar.jdbc.url>
- <sonar.jdbc.username>user</sonar.jdbc.username>
- <sonar.jdbc.password>passwd</sonar.jdbc.password>
- <sonar.jdbc.driver>net.sourceforge.jtds.jdbc.Driver</sonar.jdbc.driver>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sonar-maven-plugin</artifactId>
- <version>2.0-beta-2</version>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>net.sourceforge.jtds</groupId>
- <artifactId>jtds</artifactId>
- <version>1.2.4</version>
- </dependency>
- </dependencies>
- </profile>
Advertisement
Add Comment
Please, Sign In to add comment