You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/06 13:55:47 UTC

[GitHub] [camel] orpiske commented on pull request #6669: CAMEL-17435: dependency cleanup

orpiske commented on pull request #6669:
URL: https://github.com/apache/camel/pull/6669#issuecomment-1006610130


   Oh. It also adds a (temp) profile so that unused dependencies can be analyzed more easily with the dependency plugin. To do so: 
   
   `mvn -PdependencyReview dependency:analyze` 
   
   or 
   
   `mvn -PdependencyReview dependency:analyze-report`
   
   If the idea of using the `maven-dependency-plugin` is well received, I think we could move it to the sourceCheck plugin and run it by default ... so that we can catch unused dependencies before they are even added to the code base.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org