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

The start and run goals do not allow WildFly Preview to be used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.1.Final, 4.0.0.Alpha2
    • 3.0.0.Final
    • None
    • None

      The start and run goals previously allowed the groupId and artifactId to be overridden. This allowed the goals to run with JBoss EAP or with servers like WildFly Preview. With the migration to using provisioning these were deprecated and removed. There needs to be a way to override this.

      What would likely work is to be able to override the feature pack location.

      Note this also needs an example in the documentation when resolved. The previous way to do this was something like:

      <plugin>
          <groupId>org.wildfly.plugins</groupId>
          <artifactId>wildfly-maven-plugin</artifactId>
          <version>2.1.0.Final</version>
          <configuration>
              <artifactId>wildfly-preview-dist</artifactId>
              <version>26.1.1.Final</version>
          </configuration>
      </plugin>
      

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

                Created:
                Updated:
                Resolved: