[jira] [Commented] (MPLUGIN-446) ERROR during build of m-plugin-report-p and m-plugin-p: Dependencies in wrong scope

2023-01-06 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MPLUGIN-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655585#comment-17655585
 ] 

Michael Osipov commented on MPLUGIN-446:


PR merged, but issue still unassigned and open...

> ERROR during build of m-plugin-report-p and m-plugin-p: Dependencies in wrong 
> scope
> ---
>
> Key: MPLUGIN-446
> URL: https://issues.apache.org/jira/browse/MPLUGIN-446
> Project: Maven Plugin Tools
>  Issue Type: Bug
>Reporter: Konrad Windszus
>Priority: Major
> Fix For: 3.8.0
>
>
> The following errors can be observed during the build of the current master 
> since MPLUGIN-441
> {code}
> [INFO] --- maven-plugin-plugin:3.6.4:descriptor (default-descriptor) @ 
> maven-plugin-plugin ---
> [ERROR] 
> Some dependencies of Maven Plugins are expected to be in provided scope.
> Please make sure that dependencies listed below declared in POM
> have set 'provided' as well.
> The following dependencies are in wrong scope:
>  * org.apache.maven:plexus-utils:jar:4.0.0-alpha-2:compile
> [INFO] Using 'UTF-8' encoding to read mojo source files.
> [INFO] java-annotations mojo extractor found 5 mojo descriptors.
> {code}
> This is emitted 4 times (for both goals descriptor and help-mojo in modules 
> m-plugin-report-p and m-plugin-p).
> In addition {{plexus-utils}} is now twice in the dependency hierarchy:
> - Directly referenced with group id {{o.a.m}}
> - Transitively referenced with group id {{org.codehaus.plexus}}, e.g. from 
> {{maven-core}}.
> As they cannot really coexist in the same classloader (as both export at 
> least partially the same package names) only one version should ever be 
> used



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MPLUGIN-446) ERROR during build of m-plugin-report-p and m-plugin-p: Dependencies in wrong scope

2022-11-30 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/MPLUGIN-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641556#comment-17641556
 ] 

Hudson commented on MPLUGIN-446:


Build succeeded in Jenkins: Maven » Maven TLP » maven-plugin-tools » master #90

See 
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-plugin-tools/job/master/90/

> ERROR during build of m-plugin-report-p and m-plugin-p: Dependencies in wrong 
> scope
> ---
>
> Key: MPLUGIN-446
> URL: https://issues.apache.org/jira/browse/MPLUGIN-446
> Project: Maven Plugin Tools
>  Issue Type: Bug
>Reporter: Konrad Windszus
>Priority: Major
> Fix For: 3.8.0
>
>
> The following errors can be observed during the build of the current master 
> since MPLUGIN-441
> {code}
> [INFO] --- maven-plugin-plugin:3.6.4:descriptor (default-descriptor) @ 
> maven-plugin-plugin ---
> [ERROR] 
> Some dependencies of Maven Plugins are expected to be in provided scope.
> Please make sure that dependencies listed below declared in POM
> have set 'provided' as well.
> The following dependencies are in wrong scope:
>  * org.apache.maven:plexus-utils:jar:4.0.0-alpha-2:compile
> [INFO] Using 'UTF-8' encoding to read mojo source files.
> [INFO] java-annotations mojo extractor found 5 mojo descriptors.
> {code}
> This is emitted 4 times (for both goals descriptor and help-mojo in modules 
> m-plugin-report-p and m-plugin-p).
> In addition {{plexus-utils}} is now twice in the dependency hierarchy:
> - Directly referenced with group id {{o.a.m}}
> - Transitively referenced with group id {{org.codehaus.plexus}}, e.g. from 
> {{maven-core}}.
> As they cannot really coexist in the same classloader (as both export at 
> least partially the same package names) only one version should ever be 
> used



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MPLUGIN-446) ERROR during build of m-plugin-report-p and m-plugin-p: Dependencies in wrong scope

2022-11-30 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MPLUGIN-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641547#comment-17641547
 ] 

ASF GitHub Bot commented on MPLUGIN-446:


gnodet merged PR #182:
URL: https://github.com/apache/maven-plugin-tools/pull/182




> ERROR during build of m-plugin-report-p and m-plugin-p: Dependencies in wrong 
> scope
> ---
>
> Key: MPLUGIN-446
> URL: https://issues.apache.org/jira/browse/MPLUGIN-446
> Project: Maven Plugin Tools
>  Issue Type: Bug
>Reporter: Konrad Windszus
>Priority: Major
> Fix For: 3.8.0
>
>
> The following errors can be observed during the build of the current master 
> since MPLUGIN-441
> {code}
> [INFO] --- maven-plugin-plugin:3.6.4:descriptor (default-descriptor) @ 
> maven-plugin-plugin ---
> [ERROR] 
> Some dependencies of Maven Plugins are expected to be in provided scope.
> Please make sure that dependencies listed below declared in POM
> have set 'provided' as well.
> The following dependencies are in wrong scope:
>  * org.apache.maven:plexus-utils:jar:4.0.0-alpha-2:compile
> [INFO] Using 'UTF-8' encoding to read mojo source files.
> [INFO] java-annotations mojo extractor found 5 mojo descriptors.
> {code}
> This is emitted 4 times (for both goals descriptor and help-mojo in modules 
> m-plugin-report-p and m-plugin-p).
> In addition {{plexus-utils}} is now twice in the dependency hierarchy:
> - Directly referenced with group id {{o.a.m}}
> - Transitively referenced with group id {{org.codehaus.plexus}}, e.g. from 
> {{maven-core}}.
> As they cannot really coexist in the same classloader (as both export at 
> least partially the same package names) only one version should ever be 
> used



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MPLUGIN-446) ERROR during build of m-plugin-report-p and m-plugin-p: Dependencies in wrong scope

2022-11-29 Thread Konrad Windszus (Jira)


[ 
https://issues.apache.org/jira/browse/MPLUGIN-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17640865#comment-17640865
 ] 

Konrad Windszus commented on MPLUGIN-446:
-

[~gnodet] Can you have a look and clean up the classpath?

> ERROR during build of m-plugin-report-p and m-plugin-p: Dependencies in wrong 
> scope
> ---
>
> Key: MPLUGIN-446
> URL: https://issues.apache.org/jira/browse/MPLUGIN-446
> Project: Maven Plugin Tools
>  Issue Type: Bug
>Reporter: Konrad Windszus
>Priority: Major
> Fix For: 3.8.0
>
>
> The following errors can be observed during the build of the current master 
> since MPLUGIN-441
> {code}
> [INFO] --- maven-plugin-plugin:3.6.4:descriptor (default-descriptor) @ 
> maven-plugin-plugin ---
> [ERROR] 
> Some dependencies of Maven Plugins are expected to be in provided scope.
> Please make sure that dependencies listed below declared in POM
> have set 'provided' as well.
> The following dependencies are in wrong scope:
>  * org.apache.maven:plexus-utils:jar:4.0.0-alpha-2:compile
> [INFO] Using 'UTF-8' encoding to read mojo source files.
> [INFO] java-annotations mojo extractor found 5 mojo descriptors.
> {code}
> This is emitted 4 times (for both goals descriptor and help-mojo in modules 
> m-plugin-report-p and m-plugin-p).
> In addition {{plexus-utils}} is now twice in the dependency hierarchy:
> - Directly referenced with group id {{o.a.m}}
> - Transitively referenced with group id {{org.codehaus.plexus}}, e.g. from 
> {{maven-core}}.
> As they cannot really coexist in the same classloader (as both export at 
> least partially the same package names) only one version should ever be 
> used



--
This message was sent by Atlassian Jira
(v8.20.10#820010)