You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/12/27 08:04:45 UTC

(logging-log4j-kotlin) 02/10: build: remove cyclonedx plugin, in parent now

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git

commit b3d644076f4a0fdd0c151740266ab0bc650de2a1
Author: Raman Gupta <ro...@gmail.com>
AuthorDate: Mon Dec 11 17:23:42 2023 -0500

    build: remove cyclonedx plugin, in parent now
---
 pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 78c5fa0..5397bca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,23 +273,6 @@
     </pluginManagement>
 
     <plugins>
-
-      <!-- `cyclonedx-maven-plugin` doesn't exclude not installed/deployed modules: https://github.com/CycloneDX/cyclonedx-maven-plugin/issues/409
-           This `generate-sbom` execution override configures such exclusions. -->
-      <plugin>
-        <groupId>org.cyclonedx</groupId>
-        <artifactId>cyclonedx-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>generate-sbom</id>
-            <configuration combine.self="append">
-              <excludeArtifactId>log4j-api-kotlin-benchmark</excludeArtifactId>
-              <excludeArtifactId>log4j-api-kotlin-sample</excludeArtifactId>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
       <plugin>
         <groupId>org.jetbrains.kotlin</groupId>
         <artifactId>kotlin-maven-plugin</artifactId>