From e3042510e86f1f5eef2143f9075e533c8b23a359 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 11 Jul 2022 17:06:58 +0300 Subject: [PATCH] #1132 one dep up --- .github/workflows/codecov.yml | 9 +++------ pom.xml | 13 ++++++------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index acd1ecfe0..82421e566 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -9,8 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up JDK - uses: actions/setup-java@v1 + - uses: actions/setup-java@v1 with: java-version: 11 - uses: actions/cache@v1 @@ -19,10 +18,8 @@ jobs: key: maven-${{ hashFiles('**/pom.xml') }} restore-keys: | maven- - - name: Run tests - run: mvn install -Pjacoco - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + - run: mvn test -Pjacoco -Dinvoker.skip + - uses: codecov/codecov-action@v1 with: file: ./target/site/jacoco/jacoco.xml fail_ci_if_error: true diff --git a/pom.xml b/pom.xml index 7fdf26fe6..2af00b87a 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ SOFTWARE. xml-apis xml-apis - 1.4.01 + 2.0.2 provided @@ -369,7 +369,6 @@ SOFTWARE. org.apache.maven.plugins maven-compiler-plugin - 3.8.1 ${jdk.version} ${jdk.version} @@ -412,11 +411,11 @@ SOFTWARE. + @todo #958:30min duplicate-finder-maven-plugin found module-info as duplicate + and different class in [javax.json:javax.json-api:1.1,javax.xml.bind:jaxb-api:2.3.0]. + After resolving duplicatefinder in Qulice, remove this plugin and configure qulice + plugin to enable these exclusions (see at https://www.qulice.com/qulice-maven-plugin/example-exclude.html). + -->