From d4c23933a35a25cebdbb39f5a33282df59ff07e9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 28 May 2025 13:46:01 +0200 Subject: [PATCH 1/3] Fix warning about reporting configuration Fixes: Some problems were encountered while building the effective model for org.z3950.zing:cql-java:jar:1.14-SNAPSHOT [WARNING] Reporting configuration should be done in section, not in maven-site-plugin as reportPlugins parameter. --- pom.xml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index f2fe9bd..e42b893 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,13 @@ 2.10.4 UTF-8 + ${javadoc.opts} + + + org.apache.maven.plugins + maven-javadoc-plugin + + @@ -159,15 +166,6 @@ maven-site-plugin 3.6 - - - org.apache.maven.plugins - maven-javadoc-plugin - - ${javadoc.opts} - - - @@ -199,4 +197,3 @@ - From 624d171930e4ccb34acee7b2383affcc5cb0d678 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 28 May 2025 13:50:29 +0200 Subject: [PATCH 2/3] Remove configuration element --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index e42b893..5c252a4 100644 --- a/pom.xml +++ b/pom.xml @@ -165,8 +165,6 @@ org.apache.maven.plugins maven-site-plugin 3.6 - - From 2a99609ebcba5669feaa523170f3beb07ef9a438 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 28 May 2025 13:52:00 +0200 Subject: [PATCH 3/3] Redundant stuff --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 5c252a4..bb3d03f 100644 --- a/pom.xml +++ b/pom.xml @@ -56,12 +56,6 @@ UTF-8 ${javadoc.opts} - - - org.apache.maven.plugins - maven-javadoc-plugin - -