gnodet-bot commented on code in PR #26330:
URL: https://github.com/apache/camel/pull/26330#discussion_r4060946693
##########
pom.xml:
##########
@@ -992,6 +992,43 @@
</pluginRepository>
</pluginRepositories>
</profile>
+ <profile>
+ <!--
+ Opt-in dependency analysis profile.
+ Usage: mvn test-compile pilot:dependencies -Pdep-check
[-Dpilot.action=check]
Review Comment:
💡 **Nit — stale usage comment:** `building.adoc` and the workflow both now
use `compile + -Dpilot.skipTestScope=true` (switched in `139b7959`), but this
profile comment still documents `test-compile`. A developer following this
comment on a full reactor checkout will hit the `camel-test-spring-junit6`
resolution failure the workflow migration was specifically designed to avoid.
```suggestion
Usage: mvn compile pilot:dependencies -Pdep-check
-Dpilot.skipTestScope=true [-Dpilot.action=check]
```
--
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]