diff options
author | huangjian <huang.jian12@zte.com.cn> | 2016-08-31 16:47:33 +0800 |
---|---|---|
committer | huangjian <huang.jian12@zte.com.cn> | 2016-08-31 16:47:33 +0800 |
commit | fa49e78cc199526a9e33b59c5194f8e3bf0f0952 (patch) | |
tree | 3478e867a8f304266dbceca6e992cceca410ede4 /winery/org.eclipse.winery.repository/sonar-project.twomodules.properties | |
parent | 159d40f0011559c8f82338b29dca1bffd700f2c8 (diff) |
Add winery source code
Change-Id: I1c5088121d79b71098c3cba1996c6f784737532e
Issue-id: TOSCA-49
Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'winery/org.eclipse.winery.repository/sonar-project.twomodules.properties')
-rw-r--r-- | winery/org.eclipse.winery.repository/sonar-project.twomodules.properties | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/winery/org.eclipse.winery.repository/sonar-project.twomodules.properties b/winery/org.eclipse.winery.repository/sonar-project.twomodules.properties new file mode 100644 index 0000000..a03160f --- /dev/null +++ b/winery/org.eclipse.winery.repository/sonar-project.twomodules.properties @@ -0,0 +1,29 @@ +# required metadata +sonar.projectKey=valesca +sonar.projectName=Valesca +sonar.projectVersion=1.0 + +# path to source directories (required) +sonar.sources=. +sonar.sourceEncoding=UTF-8 + +sonar.modules=java,jsp + +## Java +java.sonar.projectBaseDir=src/main/java +java.sonar.language=java + +# path to test source directories (optional) +#java.sonar.tests= + +# path to project binaries (optional), for example directory of Java bytecode +#java.sonar.binaries=binDir + +# optional comma-separated list of paths to libraries. Only path to JAR file and path to directory of classes are supported. +#java.sonar.libraries=org.eclipse.jgit-2.1.0.201209190230-r.jar + +## jsp +#http://docs.codehaus.org/display/SONAR/Web+Plugin +jsp.sonar.projectBaseDir=src/main/webapp +jsp.sonar.language=web +jsp.sonar.web.sourceDirectory=src/main/webapp |