You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2023/10/23 13:14:00 UTC

[jira] [Updated] (MARTIFACT-34) detect ignored modules when nexus-staging-maven-plugin skipNexusStagingDeployMojo=true

     [ https://issues.apache.org/jira/browse/MARTIFACT-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MARTIFACT-34:
-----------------------------------
    Description: 
we currently skip if maven-install-plugin or maven-deploy-plugin are configured to skip: https://github.com/apache/maven-artifact-plugin/commit/97f418469abb8f319821f1a9ae19e1c701bc67be
and we propose to skip by classifier/extension: MARTIFACT-12

but some people configure nexus-staging-maven-plugin for the same purpose: https://github.com/s4u/slf4j-mock/blob/v2.3.0/slf4j-mock-coverage-report/pom.xml#L65

we need either to detect also this plugin or propose manual configuration fo additional modules to skip

  was:
we currently skip if maven-install-plugin or maven-deploy-plugin are configured to skip: https://github.com/apache/maven-artifact-plugin/commit/97f418469abb8f319821f1a9ae19e1c701bc67be
and we propose to skip by classifier/extension: MARTIFACT-12

but some people configure nexus-staging-maven-plugin for the same purpose: https://github.com/s4u/slf4j-mock/blob/v2.3.0/slf4j-mock-coverage-report/pom.xml#L65

we need either to detect or propose configuration


> detect ignored modules when nexus-staging-maven-plugin skipNexusStagingDeployMojo=true
> --------------------------------------------------------------------------------------
>
>                 Key: MARTIFACT-34
>                 URL: https://issues.apache.org/jira/browse/MARTIFACT-34
>             Project: Maven Artifact Plugin
>          Issue Type: New Feature
>          Components: artifact:buildinfo, artifact:compare
>    Affects Versions: 3.3.0
>            Reporter: Herve Boutemy
>            Assignee: Herve Boutemy
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.5.0
>
>
> we currently skip if maven-install-plugin or maven-deploy-plugin are configured to skip: https://github.com/apache/maven-artifact-plugin/commit/97f418469abb8f319821f1a9ae19e1c701bc67be
> and we propose to skip by classifier/extension: MARTIFACT-12
> but some people configure nexus-staging-maven-plugin for the same purpose: https://github.com/s4u/slf4j-mock/blob/v2.3.0/slf4j-mock-coverage-report/pom.xml#L65
> we need either to detect also this plugin or propose manual configuration fo additional modules to skip



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