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

[jira] [Commented] (MARTIFACT-45) detectSkip does not see the skip in deploy and install plugin.

    [ https://issues.apache.org/jira/browse/MARTIFACT-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694597#comment-17694597 ] 

Niels Basjes commented on MARTIFACT-45:
---------------------------------------

The pull request is ONLY the reproduction of this issue as an extension of the existing integration test.

> detectSkip does not see the skip in deploy and install plugin.
> --------------------------------------------------------------
>
>                 Key: MARTIFACT-45
>                 URL: https://issues.apache.org/jira/browse/MARTIFACT-45
>             Project: Maven Artifact Plugin
>          Issue Type: Bug
>            Reporter: Niels Basjes
>            Priority: Major
>              Labels: pull-request-available
>
> If a module in a project has something like this then the skip is not seen (for both install and deploy plugins)
> {code:xml}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-deploy-plugin</artifactId>
>   <version>3.1.0</version>
>   <executions>
>     <execution>
>       <id>default-deploy</id>
>       <phase>deploy</phase>
>       <configuration>
>         <skip>true</skip>
>       </configuration>
>     </execution>
>   </executions>
> </plugin>{code}



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