sebastian-nagel commented on code in PR #953:
URL: https://github.com/apache/nutch/pull/953#discussion_r3791282452


##########
sonar-project.properties:
##########
@@ -17,26 +17,27 @@ sonar.projectKey=apache_nutch
 sonar.organization=apache
 sonar.projectName=Apache Nutch
 sonar.projectDescription=Apache Nutch is an extensible and scalable web 
crawler and indexing framework built on Apache Hadoop.
-sonar.tags=apache,crawler,hadoop,search,indexing
+sonar.tags=apache,crawler,hadoop,search,indexing,nutch
 
 sonar.links.homepage=https://nutch.apache.org
 sonar.links.scm=https://github.com/apache/nutch
 sonar.links.issue=https://issues.apache.org/jira/projects/NUTCH/issues
 sonar.links.ci=https://github.com/apache/nutch/actions
 
-sonar.sources=src/java,src/plugin
+sonar.sources=src/java,src/plugin,src/bin
 sonar.tests=src/test,src/plugin
 sonar.test.inclusions=**/src/test/**/*.java,**/Test*.java,**/*IT.java
 
sonar.exclusions=**/build.xml,**/build-ivy.xml,**/build-plugin.xml,**/ivy.xml,**/plugin.xml,**/sample/**,**/data/**,**/logs/**
-sonar.source.encoding=UTF-8
+sonar.sourceEncoding=UTF-8

Review Comment:
   Good catch.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to