File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 540540
541541 <plugins >
542542
543- <!-- `cyclonedx-maven-plugin` doesn't exclude not installed/deployed modules: https://github.com/CycloneDX/cyclonedx-maven-plugin/issues/409
544- This `generate-sbom` execution override configures such exclusions. -->
545- <plugin >
546- <groupId >org.cyclonedx</groupId >
547- <artifactId >cyclonedx-maven-plugin</artifactId >
548- <executions >
549- <execution >
550- <id >generate-sbom</id >
551- <configuration combine.self=" append" >
552- <excludeArtifactId >log4j-core-its</excludeArtifactId >
553- <excludeArtifactId >log4j-jndi-test</excludeArtifactId >
554- <excludeArtifactId >log4j-layout-template-json-test</excludeArtifactId >
555- <excludeArtifactId >log4j-osgi-test</excludeArtifactId >
556- <excludeArtifactId >log4j-perf-test</excludeArtifactId >
557- <excludeArtifactId >log4j-plugins-test</excludeArtifactId >
558- </configuration >
559- </execution >
560- </executions >
561- </plugin >
562-
563543 <!-- Enable BOM flattening -->
564544 <plugin >
565545 <groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments