Versions Compared

Key

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

...

  • Maven configuration for ONAP Nexus (onap should be within settings file)
Code Block
languagebash
mkdir "$HOME/.m2"
wget git.onap.org/oparent/plain/settings.xml -P ~/.m2 
  • Download /and clone repository with onap-oof-pci project to ~/ccsdk
Code Block
cd
mkdir "$HOME/.m2"
cd "$HOME/.m2"
curl https://git.onap.org/oparent/plain/settings.xml > settings.xml
cd $HOME ; git clone https://github.com/onap-oof-pci-poc/ccsdk.git

...