From 763ef6cdd4106c4ae10f3d073b5bc5671843efba Mon Sep 17 00:00:00 2001 From: jsimomaa Date: Fri, 26 Aug 2016 14:09:43 +0300 Subject: [PATCH] Testing SonarQube with Simantics Platform SDK Change-Id: I57fbb1de979f35f1c7e574e25bebee29c4da6b01 --- ...ild.targetdefinition-semantum-intra.target | 1122 +++++++++++++++++ sonar-simantics-platform-sdk.properties | 23 + 2 files changed, 1145 insertions(+) create mode 100644 releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition-semantum-intra.target create mode 100644 sonar-simantics-platform-sdk.properties diff --git a/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition-semantum-intra.target b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition-semantum-intra.target new file mode 100644 index 000000000..8391ce82d --- /dev/null +++ b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition-semantum-intra.target @@ -0,0 +1,1122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sonar-simantics-platform-sdk.properties b/sonar-simantics-platform-sdk.properties new file mode 100644 index 000000000..889eefa0e --- /dev/null +++ b/sonar-simantics-platform-sdk.properties @@ -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 -- 2.43.2