reta commented on code in PR #1480:
URL: https://github.com/apache/cxf/pull/1480#discussion_r1365443501
##########
pom.xml:
##########
@@ -688,6 +688,23 @@
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
</plugin>
+ <plugin>
+ <groupId>org.cyclonedx</groupId>
+ <artifactId>cyclonedx-maven-plugin</artifactId>
+ <version>2.7.9</version>
+ <executions>
+ <execution>
+ <id>make-bom</id>
+ <phase>package</phase>
Review Comment:
@coheigea it seems like the configuration needs tuning here, the plugin
kicks off before the every other module in the build and starts downloading all
Apache CXF snapshots first.
```
[INFO] -------------------------< org.apache.cxf:cxf
>-------------------------
[INFO] Building Apache CXF 3.6.3-SNAPSHOT
[1/202]
[INFO] from pom.xml
[INFO] --------------------------------[ pom
]---------------------------------
[INFO]
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ cxf ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion
passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion
passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies
passed
[INFO]
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (make-bom) @ cxf ---
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]