...
Code Block |
---|
mkdir ~/bin PATH=~/bin:$PATH curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo mkdir onap cd onap # currently updating my own with no dcae, mso, aai-service - they are deprecated repo#repo init -u https://github.com/obrienlabs/onap-root/tree/master/onap-manifest repo init -u https://github.com/dbainbri-ciena/onap-manifest repo sync -q --no-clone-bundle # pull https://github.com/obrienlabs/onap-root/blob/master/pom.xml # will post updated pom.xml shortly after I finish testing it cp aai/logging-service/License.txt . mvn clean install -U -DskipTests=true -Dmaven.test.skip=true -Dmaven.javadoc.skip=true |
...