mvn clean installUse -DskipTests to speed up the build:
mvn clean install -DskipTestsThe provmns-api-18.6.0.jar file is committed to the repository for faster builds, but gets regenerated during mvn clean install. To prevent Git from tracking local changes to this file, run this command after cloning:
git update-index --skip-worktree provmns-api/local-repo/org/onap/cps/provmns-api/18.6.0/provmns-api-18.6.0.jarNote: Each team member must run this command on their local machine after cloning the repository.