Skip to content

application-provider/src/test/java/org/jboss/intersmash/applications/wildfly tests don't check the Bootable JARs provisioning file #102

@fabiobrz

Description

@fabiobrz

WildflyBuildStreamTest and EapXpBuildStreamTest.java should also verify Bootable JAR application provisioning.

We could:

  1. refactor the Bootable JAR and the trimmed server application variants into a unique one - when they're equivalent and only the provisioning method changes - that configures two different executions of the wildfly-maven-plugin, i.e. one that generates the trimmed server and one that generates the bootable JAR.

  2. Add methods to ApplicationProvider (i.e. *ServerPath, as we do for other applications that generate the trimmed server) to expose the path of the provisioned Bootable JAR server directory, which is generated as an intermediate step of the Bootable JAR provisioning process in the target folder. This method can then be used by the aforementioned tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions