Skip to content

Reusable action for standard build workflow for ikmdev projects

License

Notifications You must be signed in to change notification settings

ikmdev/maven-clean-install-build-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

This runs standard maven build installs with standard flags used by the IKMDev team.

Team Ownership - Product Owner

Automation Team

How to Use

Create a build in the .github/workflows folder, as described in the GitHub Documentation. Add the following code, or something like it:

env:
  MAVEN_SETTING: '/home/ec2-user/maven/.m2/settings.xml'
  BRANCH_NAME: ${{github.ref_name}}

jobs:
  build-job:
    name: Build Job
    runs-on: self-hosted
    if: github.repository_owner == 'ikmdev'
    steps:
          - name: Build IKMDEV Code
            uses: ikmdev/ikmdev-build-action@main
            with:
              branch_name: ${{env.BRANCH_NAME}}

Issues and Contributions

Technical and non-technical issues can be reported to the Issue Tracker.

Contributions can be submitted via pull requests. Please check the contribution guide for more details.

About

Reusable action for standard build workflow for ikmdev projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published