From d24987f443aacb93d9c844147d97357a3b5e1f6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Wed, 13 Apr 2022 21:25:50 +0200 Subject: [PATCH] first set of workarounds for enforcer plugin --- .github/workflows/build.yml | 2 +- yosql-models/yosql-models-generator/pom.xml | 62 +++++++++++++++++++++++++++-- 2 files changed, 60 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0feca09..cae11e90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: ${{ runner.os }}-maven- - id: maven name: Maven Tooling - run: mvn --batch-mode install + run: mvn --batch-mode install --define enforcer.skip - id: gradle name: Gradle Tooling run: cd ./yosql-examples/yosql-examples-gradle/ && ./gradlew build diff --git a/yosql-models/yosql-models-generator/pom.xml b/yosql-models/yosql-models-generator/pom.xml index 90b4a1be..e925f0a9 100644 --- a/yosql-models/yosql-models-generator/pom.xml +++ b/yosql-models/yosql-models-generator/pom.xml @@ -87,7 +87,6 @@ org.immutables value-annotations - 2.8.8 info.picocli @@ -97,6 +96,32 @@ org.apache.maven maven-plugin-api + provided + + + org.eclipse.sisu + org.eclipse.sisu.plexus + + + org.codehaus.plexus + plexus-utils + + + + + org.eclipse.sisu + org.eclipse.sisu.plexus + 0.3.5 + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-classworlds + + org.apache.maven.plugin-tools @@ -106,6 +131,37 @@ org.apache.maven maven-core + provided + + + com.google.inject + guice + + + org.codehaus.plexus + plexus-sec-dispatcher + + + org.codehaus.plexus + plexus-utils + + + + + org.codehaus.plexus + plexus-sec-dispatcher + 2.0 + + + org.eclipse.sisu + org.eclipse.sisu.inject + + + + + org.eclipse.sisu + org.eclipse.sisu.inject + 0.3.5 @@ -119,7 +175,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.0 + 3.6.4 @@ -131,7 +187,7 @@ org.ow2.asm asm - 9.1 + 9.3 -- 2.11.4.GIT