From 1a0507cd6df5ff7f44ea81c8e03964c3f3305345 Mon Sep 17 00:00:00 2001 From: David Kornel Date: Tue, 19 Mar 2024 17:11:50 +0100 Subject: [PATCH] Change module for central publish Signed-off-by: David Kornel --- pom.xml | 5 +++++ test-frame-test/pom.xml | 12 ++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 8c88937..ec4e4f7 100644 --- a/pom.xml +++ b/pom.xml @@ -275,6 +275,11 @@ false + + test-frame-common + test-frame-kubernetes + test-frame-openshift + ${env.GPG_EXECUTABLE} diff --git a/test-frame-test/pom.xml b/test-frame-test/pom.xml index 50a5c18..21df6de 100644 --- a/test-frame-test/pom.xml +++ b/test-frame-test/pom.xml @@ -11,6 +11,10 @@ test-frame-test + ${project.groupId}:${project.artifactId} + Kubernetes test library + https://github.com/skodjob/test-frame + 17 17 @@ -108,14 +112,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - ${maven.deploy.plugin.version} - - true - -