Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor #322

Closed
hboutemy opened this issue Mar 29, 2023 · 2 comments

Comments

@hboutemy
Copy link
Contributor

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 ---
@nilsmahlstaedt
Copy link

for me this fixed itself when upgrading the cyclonedx-plugin to 2.7.9.
Hope it helps

@hboutemy
Copy link
Contributor Author

true, fixed with #354, thanks for the feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants