Skip to content

LubomirS/run-maven-gh-action

 
 

Repository files navigation

setup-maven-gh-action

  • Action runs maven command with supplied parameters.
  • Includes saving cache after build.
  • In case that build needs to assume aws role use optional parameter: maven-aws-role.
    • Maven step configure credentials environment variables for AWS SDK v1/v2 and AWS_ASSUME_ROLE_ARN for assume role credentials provider
      - uses: ohpensource/[email protected]
        name: Run maven command
        with:
          phases: clean install
          profiles: github
          parameters: >- 
            -DuseGitHub=true
            -Denable.deploy=false
          threads: 1C
          save-cache: true
          maven-aws-access-key: <<AWS_ACCESS_KEY>>
          maven-aws-secret-key: <<AWS_SECRET_KEY>>
          maven-aws-role: <<AWS_ROLE_TO_ASSUME>>

Advanced settings

  • save-cache - If cache should be saved after maven run
  • jvm-options - Maven Java virtual machine settings like memory configuration
    • if missing JVM -Xmx parameter then action automatically calculate maximally available memory for maven process

License Summary

This code is made available under the MIT license. Details here.

About

description_to_be_fill

Resources

License

Stars

Watchers

Forks

Packages

No packages published