Maven plugin don't take into account maven-deploy-plugin skip option

XMLWordPrintable

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major
    • Component/s: maven-plugin
    • None

      When using the "maven deploy artefact post-job", if in a module we configure a "skip" deployement via
      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-deploy-plugin</artifactId>
      <version>2.6</version>
      <configuration>
      <skip>true</skip>
      </configuration>
      </plugin>

      this configuration is not take into account

            Assignee:
            Unassigned
            Reporter:
            Alexandre GIRARD
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: