Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.09 KB

File metadata and controls

55 lines (39 loc) · 2.09 KB

Configuration Persistence Service

General Information

For Developers

Compile & Build Project

mvn clean install

Use -DskipTests to speed up the build:

mvn clean install -DskipTests

IntelliJ setup for ProvMnS API Dependencies

Local Git Setup for ProvMnS API JAR

The 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.jar

Note: Each team member must run this command on their local machine after cloning the repository.