From c8676ac9ed00b73eadf259e9ec65bda0431acf9b Mon Sep 17 00:00:00 2001 From: Joe DiPol Date: Mon, 24 Oct 2022 18:37:56 -0700 Subject: [PATCH] Remove license-report from maven lifecycle (#5246) --- applications/pom.xml | 15 --------------- .../main/archetype/common/files/pom.xml.mustache | 9 --------- examples/grpc/microprofile/basic-client/pom.xml | 9 --------- .../microprofile/basic-server-implicit/pom.xml | 9 --------- examples/grpc/microprofile/metrics/pom.xml | 9 --------- examples/jbatch/pom.xml | 9 --------- examples/metrics/http-status-count-se/pom.xml | 9 --------- .../microprofile/http-status-count-mp/pom.xml | 9 --------- tests/functional/config-profiles/pom.xml | 9 --------- 9 files changed, 87 deletions(-) diff --git a/applications/pom.xml b/applications/pom.xml index 8c532f9ccc4..e8685bc8a72 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -156,21 +156,6 @@ io.helidon.build-tools helidon-maven-plugin ${version.plugin.helidon} - - - io.helidon.licensing - helidon-licensing - ${helidon.version} - - - - - third-party-license-report - - report - - - io.helidon.build-tools diff --git a/archetypes/helidon/src/main/archetype/common/files/pom.xml.mustache b/archetypes/helidon/src/main/archetype/common/files/pom.xml.mustache index 45452a6ee92..9fcd33f2bfa 100644 --- a/archetypes/helidon/src/main/archetype/common/files/pom.xml.mustache +++ b/archetypes/helidon/src/main/archetype/common/files/pom.xml.mustache @@ -48,15 +48,6 @@ - - io.helidon.build-tools - helidon-maven-plugin - - - third-party-license-report - - - {{#maven-plugins}} {{.}} {{/maven-plugins}} diff --git a/examples/grpc/microprofile/basic-client/pom.xml b/examples/grpc/microprofile/basic-client/pom.xml index 020a7c5612c..a754ce05c31 100644 --- a/examples/grpc/microprofile/basic-client/pom.xml +++ b/examples/grpc/microprofile/basic-client/pom.xml @@ -78,15 +78,6 @@ - - io.helidon.build-tools - helidon-maven-plugin - - - third-party-license-report - - - diff --git a/examples/grpc/microprofile/basic-server-implicit/pom.xml b/examples/grpc/microprofile/basic-server-implicit/pom.xml index a2a6b9ea350..8fe01b7f509 100644 --- a/examples/grpc/microprofile/basic-server-implicit/pom.xml +++ b/examples/grpc/microprofile/basic-server-implicit/pom.xml @@ -82,15 +82,6 @@ - - io.helidon.build-tools - helidon-maven-plugin - - - third-party-license-report - - - diff --git a/examples/grpc/microprofile/metrics/pom.xml b/examples/grpc/microprofile/metrics/pom.xml index 33c021e38c7..26f34c3dfe1 100644 --- a/examples/grpc/microprofile/metrics/pom.xml +++ b/examples/grpc/microprofile/metrics/pom.xml @@ -86,15 +86,6 @@ - - io.helidon.build-tools - helidon-maven-plugin - - - third-party-license-report - - - diff --git a/examples/jbatch/pom.xml b/examples/jbatch/pom.xml index 6a6a63a5351..36b20fec254 100644 --- a/examples/jbatch/pom.xml +++ b/examples/jbatch/pom.xml @@ -137,15 +137,6 @@ - - io.helidon.build-tools - helidon-maven-plugin - - - third-party-license-report - - - diff --git a/examples/metrics/http-status-count-se/pom.xml b/examples/metrics/http-status-count-se/pom.xml index 7df19605d7a..4296147cbb1 100644 --- a/examples/metrics/http-status-count-se/pom.xml +++ b/examples/metrics/http-status-count-se/pom.xml @@ -94,15 +94,6 @@ - - io.helidon.build-tools - helidon-maven-plugin - - - third-party-license-report - - - diff --git a/examples/microprofile/http-status-count-mp/pom.xml b/examples/microprofile/http-status-count-mp/pom.xml index 86576f33760..15c3cdc3a0d 100644 --- a/examples/microprofile/http-status-count-mp/pom.xml +++ b/examples/microprofile/http-status-count-mp/pom.xml @@ -109,15 +109,6 @@ - - io.helidon.build-tools - helidon-maven-plugin - - - third-party-license-report - - - org.jboss.jandex jandex-maven-plugin diff --git a/tests/functional/config-profiles/pom.xml b/tests/functional/config-profiles/pom.xml index a9c22c390ac..c4d77175196 100644 --- a/tests/functional/config-profiles/pom.xml +++ b/tests/functional/config-profiles/pom.xml @@ -72,15 +72,6 @@ - - io.helidon.build-tools - helidon-maven-plugin - - - third-party-license-report - - - org.apache.maven.plugins maven-surefire-plugin