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

Maven plugin fixes #274

Merged
merged 3 commits into from
Aug 4, 2022

Commits on Aug 4, 2022

  1. Maven plugin fixes

    Allow running native:build from the command-line graalvm#273
    NullPointerException fix graalvm#270
    Rename Mojos (use native:compile from the command line)
    
    Signed-off-by: Lazar Mitrović <lazar.mitrovic@oracle.com>
    lazar-mitrovic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e503f75 View commit details
    Browse the repository at this point in the history
  2. Use relative paths for argument files

    Workaround for a problem with absolute paths on Windows.
    
    Signed-off-by: Lazar Mitrović <lazar.mitrovic@oracle.com>
    lazar-mitrovic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    150b0aa View commit details
    Browse the repository at this point in the history
  3. Final Maven changes

    Silence noisy tests
    Fix docs
    Make sure that GraalVM java executable gets used when attaching the agent
    Add implementation dependency on svm.jar
    Add changelog entries
    
    Signed-off-by: Lazar Mitrović <lazar.mitrovic@oracle.com>
    lazar-mitrovic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0bdea33 View commit details
    Browse the repository at this point in the history