Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

            mvn clean install -DskipTests | tee appc-parent-build.log

  1. Build appc core project

            cd $HOME/ONAP-APPC/appc


            # We should first refer new local release version of the appc-parent components under <groupId>org.onap.appc.parent</groupId>

...

            grep -ril 'org.onap.appc.parent' * | xargs sed -i 's|1.4.1|1.4.2-SNAPSHOT|g'

           # Build the APPC project and this will take a while to complete the entire build

           mvn clean install -DskipTests -e  | tee -a appc-build.log


  1. Build appc deployment project (This is responsible to build APPC docker images)

            cd $HOME/ONAP-APPC/deployment 

             # First pull the ccsdk-odlsli-image for ODL Fluorine SR2 release. This will take some time

            docker pull nexus3.onap.org:10001/onap/ccsdk-odlsli-image:0.4.4

            # Here we should update the docker file to 

 

  1. TODO