This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch feat/logging-parent-migration2 in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit a285908bda63591b0150108938b4cee6fa1ce5e7 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Jul 24 14:14:08 2026 +0200 Disable BND baseline for never-released artifacts These artifacts have no published version to compare against. Assisted-By: Claude Fable 5 <[email protected]> --- flume-ng-instrumentation/flume-ganglia-monitor/pom.xml | 2 ++ flume-ng-instrumentation/flume-http-monitor/pom.xml | 2 ++ flume-ng-instrumentation/flume-prometheus-monitor/pom.xml | 2 ++ flume-ng-sources/flume-http-source/pom.xml | 2 ++ flume-ng-sources/flume-netcat-source/pom.xml | 2 ++ flume-ng-sources/flume-syslog-source/pom.xml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/flume-ng-instrumentation/flume-ganglia-monitor/pom.xml b/flume-ng-instrumentation/flume-ganglia-monitor/pom.xml index 3262d427..2e531ee8 100644 --- a/flume-ng-instrumentation/flume-ganglia-monitor/pom.xml +++ b/flume-ng-instrumentation/flume-ganglia-monitor/pom.xml @@ -30,6 +30,8 @@ <name>Flume Ganglia Monitor</name> <properties> + <!-- This artifact was never released before --> + <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing> <!-- TODO fix spotbugs violations --> <spotbugs.maxAllowedViolations>13</spotbugs.maxAllowedViolations> <module.name>org.apache.flume.instrumentation.ganglia</module.name> diff --git a/flume-ng-instrumentation/flume-http-monitor/pom.xml b/flume-ng-instrumentation/flume-http-monitor/pom.xml index fdb209cb..6c266c68 100644 --- a/flume-ng-instrumentation/flume-http-monitor/pom.xml +++ b/flume-ng-instrumentation/flume-http-monitor/pom.xml @@ -30,6 +30,8 @@ <name>Flume HTTP Monitor</name> <properties> + <!-- This artifact was never released before --> + <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing> <!-- TODO fix spotbugs violations --> <spotbugs.maxAllowedViolations>3</spotbugs.maxAllowedViolations> <module.name>org.apache.flume.instrumentation.http</module.name> diff --git a/flume-ng-instrumentation/flume-prometheus-monitor/pom.xml b/flume-ng-instrumentation/flume-prometheus-monitor/pom.xml index ed7a8014..27b90fda 100644 --- a/flume-ng-instrumentation/flume-prometheus-monitor/pom.xml +++ b/flume-ng-instrumentation/flume-prometheus-monitor/pom.xml @@ -30,6 +30,8 @@ <name>Flume Prometheus Monitor</name> <properties> + <!-- This artifact was never released before --> + <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing> <!-- TODO fix spotbugs/pmd violations --> <spotbugs.maxAllowedViolations>6</spotbugs.maxAllowedViolations> <pmd.maxAllowedViolations>1</pmd.maxAllowedViolations> diff --git a/flume-ng-sources/flume-http-source/pom.xml b/flume-ng-sources/flume-http-source/pom.xml index 1329f7a2..43770d96 100644 --- a/flume-ng-sources/flume-http-source/pom.xml +++ b/flume-ng-sources/flume-http-source/pom.xml @@ -30,6 +30,8 @@ <name>Flume HTTP Source</name> <properties> + <!-- This artifact was never released before --> + <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing> <!-- TODO fix spotbugs/pmd violations --> <spotbugs.maxAllowedViolations>10</spotbugs.maxAllowedViolations> <pmd.maxAllowedViolations>2</pmd.maxAllowedViolations> diff --git a/flume-ng-sources/flume-netcat-source/pom.xml b/flume-ng-sources/flume-netcat-source/pom.xml index 91aca106..d3292661 100644 --- a/flume-ng-sources/flume-netcat-source/pom.xml +++ b/flume-ng-sources/flume-netcat-source/pom.xml @@ -30,6 +30,8 @@ <name>Flume Netcat Source</name> <properties> + <!-- This artifact was never released before --> + <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing> <!-- TODO fix spotbugs violations --> <spotbugs.maxAllowedViolations>3</spotbugs.maxAllowedViolations> <module.name>org.apache.flume.source.netcat</module.name> diff --git a/flume-ng-sources/flume-syslog-source/pom.xml b/flume-ng-sources/flume-syslog-source/pom.xml index ec67429a..f4bf49c1 100644 --- a/flume-ng-sources/flume-syslog-source/pom.xml +++ b/flume-ng-sources/flume-syslog-source/pom.xml @@ -30,6 +30,8 @@ <name>Flume Syslog Source</name> <properties> + <!-- This artifact was never released before --> + <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing> <!-- TODO fix spotbugs violations --> <spotbugs.maxAllowedViolations>8</spotbugs.maxAllowedViolations> <module.name>org.apache.flume.source.syslog</module.name>
