From f230b03619061aadb324dec0b87ef7ea86634a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Mon, 19 Jan 2026 10:36:08 +0100 Subject: [PATCH 1/3] Excluded nexus in plugins-tests as it has own parent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Matějček --- tests/plugins/pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/tests/plugins/pom.xml b/tests/plugins/pom.xml index c5f03818..5e200406 100644 --- a/tests/plugins/pom.xml +++ b/tests/plugins/pom.xml @@ -1,5 +1,5 @@ + + + ossrh + Disabled Sonatype Nexus + http://localhost + + false + + + false + + + + ossrh + Disabled Sonatype Nexus + http://localhost + + false + + + false + + + + @@ -127,4 +153,46 @@ + + + + oss-release + + + false + + published + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + injected-nexus-deploy + none + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.10.0 + true + + ${release.autopublish} + https://central.sonatype.com/repository/maven-snapshots + Eclipse Tyrus ${project.version} + central + ${release.waitUntil} + + + + + + From e8a115326387e45b2becd49d49a891bd6ec6d104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Mon, 19 Jan 2026 10:37:55 +0100 Subject: [PATCH 3/3] Added doclint configuration, javadoc fails otherwise. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Must be fixed later Signed-off-by: David Matějček --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 345782f8..5e6fb769 100644 --- a/pom.xml +++ b/pom.xml @@ -381,6 +381,7 @@ **/module-info.java + none