From 432aa4b3f2c7b9bb6ebd18974a2dbf1d1acbb8c4 Mon Sep 17 00:00:00 2001 From: Fabio Massimo Ercoli Date: Wed, 19 Jan 2022 17:09:31 +0100 Subject: [PATCH 1/4] HSEARCH-4415 Define maven gpg plugin for public artifacts --- build-config/pom.xml | 7 ++++ distribution/pom.xml | 1 + documentation/pom.xml | 1 + integrationtest/elasticsearch/pom.xml | 7 ++++ integrationtest/jdk9-modules/pom.xml | 7 ++++ integrationtest/jms/pom.xml | 7 ++++ integrationtest/jsr352/pom.xml | 7 ++++ integrationtest/narayana/pom.xml | 7 ++++ integrationtest/osgi/karaf-features/pom.xml | 7 ++++ integrationtest/osgi/karaf-it/pom.xml | 7 ++++ .../performance/engine-elasticsearch/pom.xml | 7 ++++ .../performance/engine-lucene/pom.xml | 7 ++++ integrationtest/performance/orm/pom.xml | 7 ++++ integrationtest/performance/sandbox/pom.xml | 7 ++++ integrationtest/spring/pom.xml | 7 ++++ integrationtest/wildfly/pom.xml | 7 ++++ jbossmodules/testing/pom.xml | 7 ++++ pom.xml | 33 +++++++++++++++++++ reports/pom.xml | 1 + sharedtestresources/pom.xml | 7 ++++ 20 files changed, 148 insertions(+) diff --git a/build-config/pom.xml b/build-config/pom.xml index 2e9bf951752..ae3606c5d1b 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -34,6 +34,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/distribution/pom.xml b/distribution/pom.xml index 8cc354a36d0..cc2a59d69a8 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,6 +24,7 @@ true + true diff --git a/documentation/pom.xml b/documentation/pom.xml index fcb7a78b23c..f6190a76205 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -36,6 +36,7 @@ true + true true diff --git a/integrationtest/elasticsearch/pom.xml b/integrationtest/elasticsearch/pom.xml index fd94414014b..52fa90575a7 100755 --- a/integrationtest/elasticsearch/pom.xml +++ b/integrationtest/elasticsearch/pom.xml @@ -210,6 +210,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/jdk9-modules/pom.xml b/integrationtest/jdk9-modules/pom.xml index c385fc64d16..c7c3d39a156 100644 --- a/integrationtest/jdk9-modules/pom.xml +++ b/integrationtest/jdk9-modules/pom.xml @@ -100,6 +100,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/jms/pom.xml b/integrationtest/jms/pom.xml index 1660fed2f3d..9b692609c80 100644 --- a/integrationtest/jms/pom.xml +++ b/integrationtest/jms/pom.xml @@ -109,6 +109,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/jsr352/pom.xml b/integrationtest/jsr352/pom.xml index b0b6a60a439..376695334b1 100755 --- a/integrationtest/jsr352/pom.xml +++ b/integrationtest/jsr352/pom.xml @@ -153,6 +153,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/narayana/pom.xml b/integrationtest/narayana/pom.xml index a232a277307..9d60b75e196 100755 --- a/integrationtest/narayana/pom.xml +++ b/integrationtest/narayana/pom.xml @@ -71,6 +71,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/osgi/karaf-features/pom.xml b/integrationtest/osgi/karaf-features/pom.xml index 8e19dbd3ace..8a644e7db13 100644 --- a/integrationtest/osgi/karaf-features/pom.xml +++ b/integrationtest/osgi/karaf-features/pom.xml @@ -82,6 +82,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/osgi/karaf-it/pom.xml b/integrationtest/osgi/karaf-it/pom.xml index ff9e4f0a60c..f3b8af41811 100644 --- a/integrationtest/osgi/karaf-it/pom.xml +++ b/integrationtest/osgi/karaf-it/pom.xml @@ -211,6 +211,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/performance/engine-elasticsearch/pom.xml b/integrationtest/performance/engine-elasticsearch/pom.xml index 9b5dfe1a7fa..4dcb0c4d3bf 100644 --- a/integrationtest/performance/engine-elasticsearch/pom.xml +++ b/integrationtest/performance/engine-elasticsearch/pom.xml @@ -90,6 +90,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/performance/engine-lucene/pom.xml b/integrationtest/performance/engine-lucene/pom.xml index ba916b2e190..29b2ba29b03 100644 --- a/integrationtest/performance/engine-lucene/pom.xml +++ b/integrationtest/performance/engine-lucene/pom.xml @@ -82,6 +82,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/performance/orm/pom.xml b/integrationtest/performance/orm/pom.xml index f029d2c7095..63c8f1e0163 100755 --- a/integrationtest/performance/orm/pom.xml +++ b/integrationtest/performance/orm/pom.xml @@ -224,6 +224,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/performance/sandbox/pom.xml b/integrationtest/performance/sandbox/pom.xml index 47cdd7a081f..3b7f2db0f7a 100755 --- a/integrationtest/performance/sandbox/pom.xml +++ b/integrationtest/performance/sandbox/pom.xml @@ -69,6 +69,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/spring/pom.xml b/integrationtest/spring/pom.xml index 3af64326c04..b8d67e33e9a 100755 --- a/integrationtest/spring/pom.xml +++ b/integrationtest/spring/pom.xml @@ -146,6 +146,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/integrationtest/wildfly/pom.xml b/integrationtest/wildfly/pom.xml index d88f8d0d13b..a1140bfc246 100755 --- a/integrationtest/wildfly/pom.xml +++ b/integrationtest/wildfly/pom.xml @@ -255,6 +255,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-javadoc-plugin diff --git a/jbossmodules/testing/pom.xml b/jbossmodules/testing/pom.xml index 994c899cf2d..15ad53362e7 100644 --- a/jbossmodules/testing/pom.xml +++ b/jbossmodules/testing/pom.xml @@ -66,6 +66,13 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + + true + + maven-resources-plugin diff --git a/pom.xml b/pom.xml index 4af7b275697..c4e7c4105ff 100644 --- a/pom.xml +++ b/pom.xml @@ -335,6 +335,7 @@ 0.8.3 4.3.0 1.5.Final + 3.0.1