From 8a44af7f9b2b4197102bad2796877bbcc64cede4 Mon Sep 17 00:00:00 2001 From: Joe DiPol Date: Thu, 15 Oct 2020 16:35:04 -0700 Subject: [PATCH] Add third-party-license-report execution to archetype project poms (#2459) --- archetypes/bare-mp/src/main/resources/pom.xml.mustache | 9 +++++++++ archetypes/bare-se/src/main/resources/pom.xml.mustache | 9 +++++++++ .../database-mp/src/main/resources/pom.xml.mustache | 9 +++++++++ .../database-se/src/main/resources/pom.xml.mustache | 9 +++++++++ .../quickstart-mp/src/main/resources/pom.xml.mustache | 9 +++++++++ .../quickstart-se/src/main/resources/pom.xml.mustache | 9 +++++++++ 6 files changed, 54 insertions(+) diff --git a/archetypes/bare-mp/src/main/resources/pom.xml.mustache b/archetypes/bare-mp/src/main/resources/pom.xml.mustache index a4311737a..a24f8a1f7 100644 --- a/archetypes/bare-mp/src/main/resources/pom.xml.mustache +++ b/archetypes/bare-mp/src/main/resources/pom.xml.mustache @@ -57,6 +57,15 @@ + + io.helidon.build-tools + helidon-maven-plugin + + + third-party-license-report + + + diff --git a/archetypes/bare-se/src/main/resources/pom.xml.mustache b/archetypes/bare-se/src/main/resources/pom.xml.mustache index aded235ff..f409203e2 100644 --- a/archetypes/bare-se/src/main/resources/pom.xml.mustache +++ b/archetypes/bare-se/src/main/resources/pom.xml.mustache @@ -66,6 +66,15 @@ + + io.helidon.build-tools + helidon-maven-plugin + + + third-party-license-report + + + diff --git a/archetypes/database-mp/src/main/resources/pom.xml.mustache b/archetypes/database-mp/src/main/resources/pom.xml.mustache index 1da1ea6c4..27afee583 100644 --- a/archetypes/database-mp/src/main/resources/pom.xml.mustache +++ b/archetypes/database-mp/src/main/resources/pom.xml.mustache @@ -176,6 +176,15 @@ + + io.helidon.build-tools + helidon-maven-plugin + + + third-party-license-report + + + diff --git a/archetypes/database-se/src/main/resources/pom.xml.mustache b/archetypes/database-se/src/main/resources/pom.xml.mustache index 4438abe68..0491129b9 100644 --- a/archetypes/database-se/src/main/resources/pom.xml.mustache +++ b/archetypes/database-se/src/main/resources/pom.xml.mustache @@ -132,6 +132,15 @@ + + io.helidon.build-tools + helidon-maven-plugin + + + third-party-license-report + + + diff --git a/archetypes/quickstart-mp/src/main/resources/pom.xml.mustache b/archetypes/quickstart-mp/src/main/resources/pom.xml.mustache index 3a4285d53..da07fdad3 100644 --- a/archetypes/quickstart-mp/src/main/resources/pom.xml.mustache +++ b/archetypes/quickstart-mp/src/main/resources/pom.xml.mustache @@ -75,6 +75,15 @@ + + io.helidon.build-tools + helidon-maven-plugin + + + third-party-license-report + + + diff --git a/archetypes/quickstart-se/src/main/resources/pom.xml.mustache b/archetypes/quickstart-se/src/main/resources/pom.xml.mustache index aded235ff..f409203e2 100644 --- a/archetypes/quickstart-se/src/main/resources/pom.xml.mustache +++ b/archetypes/quickstart-se/src/main/resources/pom.xml.mustache @@ -66,6 +66,15 @@ + + io.helidon.build-tools + helidon-maven-plugin + + + third-party-license-report + + +