From 5f6c94dce96c33d796ed4a2e1d40d4b69762d525 Mon Sep 17 00:00:00 2001 From: ntiss Date: Fri, 29 Mar 2019 17:33:14 +0100 Subject: [PATCH] create --- src/test/resources/sonar-project.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/test/resources/sonar-project.properties diff --git a/src/test/resources/sonar-project.properties b/src/test/resources/sonar-project.properties new file mode 100644 index 0000000..5ddd3d8 --- /dev/null +++ b/src/test/resources/sonar-project.properties @@ -0,0 +1,16 @@ +# use the ApigeeSonarWay Profile +# deprecated +#sonar.profile=Sonar way Apigee + +# must be unique in a given SonarQube instance +sonar.projectKey=apigee_myAwfulProxy +# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. +sonar.projectName=apigee_myAwfulProxy +sonar.projectVersion=0.1.0 + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. +# This property is optional if sonar.modules is set. +sonar.sources=. +sonar.exclusions= +# Encoding of the source code. Default is default system encoding +#sonar.sourceEncoding=UTF-8