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

Fixes for maven and gradle plugins #5311

Merged
merged 2 commits into from Jul 7, 2022
Merged

Commits on Jul 6, 2022

  1. maven/gradle: Fix project.output Builder property

    Both maven and gradle are updated to set the Builder's project.output
    to refer to the compiler's output directory. AKA the bin folder in Bnd
    workspace model builds.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed Jul 6, 2022
    Copy the full SHA
    31425bf View commit details
    Browse the repository at this point in the history
  2. maven: Fix packaging goals to put artifact in outputDir

    Allow the user to configure the outputDir like maven-jar/war-plugins.
    The default outputDir for the packaging goals is
    project.build.directory (aka. `target`).
    
    The README is also updated.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed Jul 6, 2022
    Copy the full SHA
    d5f4b98 View commit details
    Browse the repository at this point in the history