Author: Alex.Kolonitsky
Date: 2010-02-04 12:45:58 -0500 (Thu, 04 Feb 2010)
New Revision: 16416
Modified:
root/pom.xml
Log:
add sonar profile
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2010-02-04 16:57:43 UTC (rev 16415)
+++ root/pom.xml 2010-02-04 17:45:58 UTC (rev 16416)
@@ -114,5 +114,20 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <id>sonar</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+
<sonar.jdbc.url>jdbc:mysql://192.168.0.241:3306/sonar?useUnicode=true&characterEncoding=utf8</sonar.jdbc.url>
+ <sonar.jdbc.driver>com.mysql.jdbc.Driver</sonar.jdbc.driver>
+ <sonar.jdbc.username>sonar</sonar.jdbc.username>
+ <sonar.jdbc.password>sonar</sonar.jdbc.password>
+
+ <sonar.host.url>http://localhost:9000</sonar.host.url>
+ </properties>
+ </profile>
</profiles>
</project>
\ No newline at end of file
Show replies by date