You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running makeAggregateBom on a multi-module build, there is a noisy warning at the beginning of root module build.
See the output of ITs:
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.cyclonedx.its:api:jar:1.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.cyclonedx.its:api:jar:1.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.cyclonedx.its:api:jar:1.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- cyclonedx:2.7.6-SNAPSHOT:makeAggregateBom (cyclonedx-makeAggregateBom) @ makeAggregateBom ---
The text was updated successfully, but these errors were encountered:
When running
makeAggregateBom
on a multi-module build, there is a noisy warning at the beginning of root module build.See the output of ITs:
The text was updated successfully, but these errors were encountered: