[
https://issues.apache.org/jira/browse/CAMEL-19462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745930#comment-17745930
]
Jono Morris edited comment on CAMEL-19462 at 7/22/23 12:22 PM:
---------------------------------------------------------------
This warning is displayed when maven-compat is found in non test scope:
[https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/plugin/internal/Maven3CompatDependenciesValidator.java#L58]
Raised a pull-request [GitHub Pull Request
#10784|https://github.com/apache/camel/pull/10784] removing the maven-compat
dependency.
This was previously required by the maven-plugin-test-harness dependency of
maven-shared-utils, but this is no longer the case now that maven-shared-utils
has been updated to v3.4.2.
The camel-package-maven-plugin module contains no further known components that
rely on maven-compat, referring to
[https://cwiki.apache.org/confluence/display/MAVEN/Plugin+migration+to+Maven3+dependencies]
was (Author: [email protected]):
This warning is displayed when `maven-compat` is found in non test scope:
https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/plugin/internal/Maven3CompatDependenciesValidator.java#L58
Raised a pull-request [GitHub Pull Request
#10784|https://github.com/apache/camel/pull/10784] removing the `maven-compat`
dependency.
This was previously required by the `maven-plugin-test-harness` dependency of
`maven-shared-utils`, but this is no longer the case now that
`maven-shared-utils` has been updated to v3.4.2.
The camel-package-maven-plugin module contains no further known components that
rely on `maven-compa`t, referring to
https://cwiki.apache.org/confluence/display/MAVEN/Plugin+migration+to+Maven3+dependencies
> camel-package-maven-plugin - Make it Maven 4 compatible
> -------------------------------------------------------
>
> Key: CAMEL-19462
> URL: https://issues.apache.org/jira/browse/CAMEL-19462
> Project: Camel
> Issue Type: Task
> Components: build system
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 4.0.0
>
>
> [WARNING] * org.apache.camel:camel-package-maven-plugin:4.0.0-SNAPSHOT
> [WARNING] Plugin issue(s):
> [WARNING] * Plugin depends on the deprecated Maven 2.x compatibility
> layer, which may not be supported in Maven 4.x
> [WARNING] * Plugin depends on plexus-container-default, which is EOL
--
This message was sent by Atlassian Jira
(v8.20.10#820010)