diff --git a/.travis.yml b/.travis.yml index 6b3fb21..774b42c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,18 +2,16 @@ language: java sudo: false addons: sonarcloud: - organization: "tastybento-github" + organization: "bentobox-world" token: secure: $SONAR_TOKEN - branches: - - develop - - master jdk: - openjdk8 script: # JaCoCo is used to have code coverage, the agent has to be activated #- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent org.jacoco:jacoco-maven-plugin:report package sonar:sonar + - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.projectKey=BentoBoxWorld_AcidIsland cache: directories: diff --git a/pom.xml b/pom.xml index bfb6c2a..76a506c 100644 --- a/pom.xml +++ b/pom.xml @@ -112,14 +112,14 @@ sonar https://sonarcloud.io - tastybento-github + bentobox-world org.sonarsource.scanner.maven sonar-maven-plugin - 3.4.1.1168 + 3.6.0.1398 verify @@ -183,6 +183,15 @@ ${bentobox.version} provided + + + + org.eclipse.jdt + org.eclipse.jdt.annotation + 2.2.200 + @@ -311,8 +320,8 @@ true - + **/*Names*