You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2019/11/20 15:52:26 UTC

[hadoop-ozone] branch HDDS-2587 updated (df04096 -> dfba77e)

This is an automated email from the ASF dual-hosted git repository.

elek pushed a change to branch HDDS-2587
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


    from df04096  github token is required by sonar cloud
     new 3fa199b  add properties to the shell script
     new dfba77e  remove properties from pom.xml

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 hadoop-ozone/dev-support/checks/sonar.sh | 2 +-
 pom.xml                                  | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org


[hadoop-ozone] 02/02: remove properties from pom.xml

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch HDDS-2587
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

View the commit online:
https://github.com/apache/hadoop-ozone/commit/dfba77e9bfcbfa5a4cd5ad2e7118fab939d26c7e

commit dfba77e9bfcbfa5a4cd5ad2e7118fab939d26c7e
Author: Márton Elek <el...@apache.org>
AuthorDate: Wed Nov 20 16:52:08 2019 +0100

    remove properties from pom.xml
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index a818cb9..4c03e2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,11 +229,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
     <snakeyaml.version>1.16</snakeyaml.version>
     <hbase.one.version>1.2.6</hbase.one.version>
     <hbase.two.version>2.0.0-beta-1</hbase.two.version>
-
-    <!-- sonar cloud integration. Token can be set with using SONAR_TOKEN
-     environment variable.-->
-    <sonar.host.url>https://sonarcloud.io</sonar.host.url>
-    <sonar.organization>apache</sonar.organization>
   </properties>
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org


[hadoop-ozone] 01/02: add properties to the shell script

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch HDDS-2587
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

View the commit online:
https://github.com/apache/hadoop-ozone/commit/3fa199baf224966e2bbaa410d7f336ad82b204c1

commit 3fa199baf224966e2bbaa410d7f336ad82b204c1
Author: Márton Elek <el...@apache.org>
AuthorDate: Wed Nov 20 16:51:38 2019 +0100

    add properties to the shell script
---
 hadoop-ozone/dev-support/checks/sonar.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dev-support/checks/sonar.sh b/hadoop-ozone/dev-support/checks/sonar.sh
index 74d909c..135a47e 100755
--- a/hadoop-ozone/dev-support/checks/sonar.sh
+++ b/hadoop-ozone/dev-support/checks/sonar.sh
@@ -20,4 +20,4 @@ if [ ! "$SONAR_TOKEN" ]; then
   echo "SONAR_TOKEN environment variable should be set"
   exit 1
 fi
-mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar
+mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=hadoop-ozone


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org