Skip to content

[MARTIFACT-45] detectSkip does not see the skip in deploy and install plugin when execution id configured #150

@jira-importer

Description

@jira-importer

Niels Basjes opened MARTIFACT-45 and commented

If a module in a project has something like this then the skip is not seen (for both install and deploy plugins)

<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>

Issue Links:

  • MARTIFACT-34 detect ignored modules when nexus-staging-maven-plugin skipNexusStagingDeployMojo=true

  • MARTIFACT-50 add skipModules parameter

Remote Links:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:minorMinor loss of function, or other problem where easy workaround is present

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions