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

Add a new write-args-file goal #408

Merged
merged 5 commits into from
Mar 1, 2023
Merged

Add a new write-args-file goal #408

merged 5 commits into from
Mar 1, 2023

Commits on Feb 28, 2023

  1. Add a new write-args-file goal

    This PR introduces a goal that only writes the args file, so that other plugins further in the lifecycle can use it. In particular, the Micronaut Maven Plugin needs this goal.
    
    The path to the args file is stored in the `MavenProject` properties, an approach that is used by other plugins such as the JaCoCo Maven Plugin.
    alvarosanchez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    dc735b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056b389 View commit details
    Browse the repository at this point in the history
  3. Fix Checkstyle

    alvarosanchez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6209d34 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Apply feedback

    alvarosanchez committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    160fb3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a219c4f View commit details
    Browse the repository at this point in the history