diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f7a90..6d439b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update ecocode-rules-specifications to 1.4.4 +- Update ecocode-rules-specifications to 1.4.6 ### Deleted diff --git a/Dockerfile b/Dockerfile index 2591b0f..2b33622 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ WORKDIR /usr/src/ecocode RUN ./tool_build.sh FROM sonarqube:10.3.0-community -COPY --from=builder /usr/src/ecocode/target/ecocode-java-plugin-*.jar /opt/sonarqube/extensions/plugins/ +COPY --from=builder /usr/src/ecocode/target/ecocode-*.jar /opt/sonarqube/extensions/plugins/ diff --git a/pom.xml b/pom.xml index 9d43820..9af92ec 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ 1.7 - 1.4.4 + 1.4.6 @@ -163,7 +163,6 @@ report - report @@ -224,10 +223,15 @@ false - org.*:* + org.sonarsource.analyzer-commons:sonar-analyzer-commons:* + + META-INF/** + + + + com.google.re2j:re2j:* META-INF/** - javax/annotation/** @@ -246,25 +250,7 @@ maven-dependency-plugin 3.6.0 - - copy-bundle - package - - copy - - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - jar - true - - - ../lib - - + copy test-compile