[
https://issues.apache.org/jira/browse/MARTIFACT-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated MARTIFACT-45:
------------------------------------
Labels: pull-request-available (was: )
> 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)