Uploaded image for project: 'WildFly Maven Plugin'
  1. WildFly Maven Plugin
  2. WFMP-20

Allow classifiers for deploy-artifact and undeploy-artifact

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Minor
    • 1.1.0.Alpha5
    • None
    • None
    • None

    Description

      The goals deploy-artifact and undeploy-artifact are not aware of artifact classifiers. Imagine the following constellation:

      Project A:

      packaging: war
      attaches the classes as a jar with classifier classes

      Project B:

      has a compile dependency to a-classes.jar
      needs to deploy the artifact a.war in the integration test phase

      Problem:
      Since the compile dependency to the classes jar has been specified first, the plugin will deploy the classes jar instead of the war which breaks the integration tests.

      I will send a pull request for this fix.

      See https://github.com/wildfly/wildfly-maven-plugin/issues/73

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: