Skip to content

Commit

Permalink
create
Browse files Browse the repository at this point in the history
  • Loading branch information
ntiss committed Mar 29, 2019
1 parent 88d78a4 commit 5f6c94d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/test/resources/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5f6c94d

Please sign in to comment.