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

Default packaging types links ejb projects to a mave-plugin project which is ignored by default

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 1.1.0.Alpha11
    • None
    • Maven Plugin
    • None

      The org.wildfly.plugin.deployment.PackageType static mapping links the EJB packaging type to the MAVEN_PLUGIN type which by default is skipped for deployments. The proper type needs to be added to the map.

          static {
              DEFAULT_TYPES = new HashMap<>();
              DEFAULT_TYPES.put(MAVEN_PLUGIN.packaging, MAVEN_PLUGIN);
              DEFAULT_TYPES.put(POM.packaging, MAVEN_PLUGIN);
              DEFAULT_TYPES.put(EJB.packaging, MAVEN_PLUGIN);
          }
      

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

              Created:
              Updated:
              Resolved: