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

Rework Maven plugin #247

Merged
merged 5 commits into from Jun 10, 2022
Merged

Commits on Jun 8, 2022

  1. Rework Maven plugin, add excludeConfig option, set useBuildArg to fal…

    …se on nix systems.
    
    - Completely reworked Maven plugin (should fix many of previous issues
    and inconsistencies between main and test builds).
    
    - Added `classesDirectory`, `debug`, `fallback`, `verbose`, `sharedLibrary`,
    `configurationFileDirectories`, `excludeConfig` and `jvmArgs` properties in
    order to match those present in the Gradle plugin.
    
    - `useArgFile` is now set to true by default only on Windows
    
    - Added `excludeConfig` configuration option that allows skipping of
    configuration files that are present in classpath `jar` s.
    lazar-mitrovic committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    1a90901 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Fixing tests and docs

    lazar-mitrovic committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ac68bce View commit details
    Browse the repository at this point in the history
  2. Fix review feedback

    lazar-mitrovic committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1f2d92f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0afe2d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Fix review feedback

    lazar-mitrovic committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    bed8b18 View commit details
    Browse the repository at this point in the history