]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Testing SonarQube with Simantics Platform SDK 41/41/1
authorjsimomaa <jani.simomaa@gmail.com>
Fri, 26 Aug 2016 11:09:43 +0000 (14:09 +0300)
committerjsimomaa <jani.simomaa@gmail.com>
Fri, 26 Aug 2016 11:15:30 +0000 (14:15 +0300)
Change-Id: Id6e3e8f3cbef95cf140b9c1e8a4c40d9bfa0d185

sonar-simantics-platform-sdk.properties [new file with mode: 0644]

diff --git a/sonar-simantics-platform-sdk.properties b/sonar-simantics-platform-sdk.properties
new file mode 100644 (file)
index 0000000..889eefa
--- /dev/null
@@ -0,0 +1,23 @@
+# required metadata
+sonar.projectKey=simantics-platform-sdk
+sonar.projectName=Simantics Platform SDK
+sonar.projectVersion=1.25
+
+# path to source directories (required)
+sonar.sources=bundles/**/src/**
+
+# path to test source directories (optional)
+#sonar.tests=testDir1,testDir2
+
+# path to project binaries (optional), for example directory of Java bytecode
+#sonar.binaries=binDir
+
+# optional comma-separated list of paths to libraries. Only path to JAR file and path to directory of classes are supported.
+#sonar.libraries=path/to/library.jar,path/to/classes/dir
+
+# Uncomment this line to analyse a project which is not a java project.
+# The value of the property must be the key of the language.
+#sonar.language=cobol
+
+# Additional parameters
+#sonar.my.property=value
\ No newline at end of file