Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve handling of webappDirectory when building a wab #5310

Merged
merged 2 commits into from Jul 6, 2022

Commits on Jul 5, 2022

  1. maven: Enable use of jupiter and assertj in tests

    We add JUnit Jupiter and assertj to the test class path.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed Jul 5, 2022
    Copy the full SHA
    a130434 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. maven: Improve handling of webappDirectory when building a wab

    When using war packaging, we now also explode the war into the
    webappDirectory.
    
    This change also rename the configuration element to webappDirectory
    to align with maven-war-plugin. The configuration is aliased to the old
    name of warOutputDir.
    
    Also, fixes for the incremental build support of the packaging goals
    are added.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed Jul 6, 2022
    Copy the full SHA
    67aa642 View commit details
    Browse the repository at this point in the history