Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated root pom.xml

...

Updated pom.xml with the latest master changes for 20171227 https://github.com/obrienlabs/onap-root/blob/master/pom.xmlwill add vnfsdk when I finished triaging the build 

curl https://jira.onap.org/secure/attachment/10828/pom.xml > pom.xml

Only issue is you will need to copy the License.txt before you run for aai - still verifying the fix for 

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyAAI-568


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 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
curl https://jira.onap.org/secure/attachment/10828/pom.xml > pom.xml
cp aai/logging-service/License.txt .
mvn clean install -U -DskipTests=true -Dmaven.test.skip=true -Dmaven.javadoc.skip=true

...