Re: [PR] CAMEL-19950: camel-report-maven-plugin - Get rid of grape [camel]

2023-10-05 Thread via GitHub
essobedo merged PR #11655: URL: https://github.com/apache/camel/pull/11655 -- 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:

Re: [PR] CAMEL-19950: camel-report-maven-plugin - Get rid of grape [camel]

2023-10-05 Thread via GitHub
essobedo commented on code in PR #11655: URL: https://github.com/apache/camel/pull/11655#discussion_r1347522299 ## catalog/camel-report-maven-plugin/src/main/docs/camel-report-maven-plugin.adoc: ## @@ -172,7 +172,7 @@ $mvn

Re: [PR] CAMEL-19950: camel-report-maven-plugin - Get rid of grape [camel]

2023-10-05 Thread via GitHub
davsclaus commented on code in PR #11655: URL: https://github.com/apache/camel/pull/11655#discussion_r1347512430 ## docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc: ## @@ -172,7 +172,7 @@ $mvn org.apache.camel:camel-report-maven-plugin:3.0.0:validate

Re: [PR] CAMEL-19950: camel-report-maven-plugin - Get rid of grape [camel]

2023-10-05 Thread via GitHub
github-actions[bot] commented on PR #11655: URL: https://github.com/apache/camel/pull/11655#issuecomment-1748991670 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] CAMEL-19950: camel-report-maven-plugin - Get rid of grape [camel]

2023-10-05 Thread via GitHub
essobedo opened a new pull request, #11655: URL: https://github.com/apache/camel/pull/11655 Fixes https://issues.apache.org/jira/browse/CAMEL-19950 ## Motivation The maven plugin `camel-report-maven-plugin` still uses Groovy Grape and we would like to get rid of it. ##