Niels Basjes created MARTIFACT-45:
-------------------------------------
Summary: 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
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)