Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Update Build branches

  • Build order for the projects is at the top of the build instructions here: https://github.com/KualiCo/kc/blob/master/README.md
  • For each project in order, do the following:
    • Open Git Bash in the project folder
    • git remote -v
    • git checkout master
    • git fetch github
      • This will pull down all new tags from the KualiCo repo
    • Check the KC master POM file to find the current required version number for each project (it's not always the latest version needed): https://github.com/KualiCo/kc/blob/master/pom.xml
    • git checkout <tag for project version that matches the KC POM file>
      • e.g. git checkout coeus-s2sgen-1901.0001
    • Add the tag to the RAS Current Build Branches wiki page: RAS Current Build Branches
    • Build the project:
      • mvn clean install -Dgrm.off=true
    • Push the tags up to the Tufts GitLab repo:
      • git push --tags
  • Repeat these steps for each dependent project.
  • No labels