Chris,
    I did see this artifact update failure the first time I ran oparent/pom.xml 
- your mail caught my eye - I was excluding oparent from my root pom.xml - 
reran again and was OK - there are a couple projects that may get this 
transient update issue.
    Try setting up the recommended m2 settings.xml which defines all 6 
recommended repositories (4 ONAP, 2 ODL)
https://wiki.onap.org/display/DW/Setting+Up+Your+Development+Environment#SettingUpYourDevelopmentEnvironment-MavenExamplesettings.xml


obrienbiometrics:oparent michaelobrien$ mvn clean install -U  -DskipTests=true 
-Dmaven.test.skip=true -Dmaven.javadoc.skip=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] oparent/version
[INFO] oparent/checkstyle
[INFO] oparent/license
[INFO] oparent
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building oparent/version 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ version ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ version ---
[INFO] Installing /Users/michaelobrien/wse_onap/onap_11/oparent/version/pom.xml 
to 
/Users/michaelobrien/.m2/repository/org/onap/oparent/version/1.0.0-SNAPSHOT/version-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building oparent/checkstyle 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ checkstyle ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
checkstyle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ checkstyle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
checkstyle ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
checkstyle ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ checkstyle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ checkstyle ---
[INFO] Building jar: 
/Users/michaelobrien/wse_onap/onap_11/oparent/checkstyle/target/checkstyle-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ checkstyle ---
[INFO] Installing 
/Users/michaelobrien/wse_onap/onap_11/oparent/checkstyle/target/checkstyle-1.0.0-SNAPSHOT.jar
 to 
/Users/michaelobrien/.m2/repository/org/onap/oparent/checkstyle/1.0.0-SNAPSHOT/checkstyle-1.0.0-SNAPSHOT.jar
[INFO] Installing 
/Users/michaelobrien/wse_onap/onap_11/oparent/checkstyle/pom.xml to 
/Users/michaelobrien/.m2/repository/org/onap/oparent/checkstyle/1.0.0-SNAPSHOT/checkstyle-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building oparent/license 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ onap-license ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
onap-license ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ onap-license 
---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
onap-license ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
onap-license ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ onap-license ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ onap-license ---
[INFO] Building jar: 
/Users/michaelobrien/wse_onap/onap_11/oparent/license/target/onap-license-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ onap-license ---
[INFO] Installing 
/Users/michaelobrien/wse_onap/onap_11/oparent/license/target/onap-license-1.0.0-SNAPSHOT.jar
 to 
/Users/michaelobrien/.m2/repository/org/onap/oparent/onap-license/1.0.0-SNAPSHOT/onap-license-1.0.0-SNAPSHOT.jar
[INFO] Installing /Users/michaelobrien/wse_onap/onap_11/oparent/license/pom.xml 
to 
/Users/michaelobrien/.m2/repository/org/onap/oparent/onap-license/1.0.0-SNAPSHOT/onap-license-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building oparent 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oparent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-unit-test) 
@ oparent ---
[INFO] surefireArgLine set to 
-javaagent:/Users/michaelobrien/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/michaelobrien/wse_onap/onap_11/oparent/target/code-coverage/jacoco-ut.exec,excludes=**/gen/**:**/generated-sources/**:**/yang-gen/**:**/pax/**
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (check-license) @ oparent ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (check-style) @ oparent ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report (post-unit-test) @ 
oparent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent 
(pre-integration-test) @ oparent ---
[INFO] failsafeArgLine set to 
-javaagent:/Users/michaelobrien/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/michaelobrien/wse_onap/onap_11/oparent/target/code-coverage/jacoco-it.exec,excludes=**/gen/**:**/generated-sources/**:**/yang-gen/**:**/pax/**
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ 
oparent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report 
(post-integration-test) @ oparent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ oparent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ oparent ---
[INFO] Installing /Users/michaelobrien/wse_onap/onap_11/oparent/pom.xml to 
/Users/michaelobrien/.m2/repository/org/onap/oparent/oparent/1.0.0-SNAPSHOT/oparent-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] oparent/version .................................... SUCCESS [  0.268 s]
[INFO] oparent/checkstyle ................................. SUCCESS [  0.646 s]
[INFO] oparent/license .................................... SUCCESS [  0.020 s]
[INFO] oparent ............................................ SUCCESS [  1.936 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.976 s
[INFO] Finished at: 2017-08-01T09:52:15-04:00
[INFO] Final Memory: 22M/318M
[INFO] ------------------------------------------------------------------------

obrienbiometrics:oparent michaelobrien$ cat ~/.m2/settings.xml 

      <activeProfile>10_nexus</activeProfile>
      <activeProfile>20_openecomp-public</activeProfile>
      <activeProfile>30_openecomp-staging</activeProfile>
      <activeProfile>40_openecomp-release</activeProfile>
      <activeProfile>50_openecomp-snapshots</activeProfile>
      <activeProfile>60_opendaylight-release</activeProfile>
      <activeProfile>70_opendaylight-snapshots</activeProfile>
Jar is there
obrienbiometrics:oparent michaelobrien$ ls 
/Users/michaelobrien/.m2/repository/org/onap/oparent/checkstyle/1.0.0-SNAPSHOT/*.jar
/Users/michaelobrien/.m2/repository/org/onap/oparent/checkstyle/1.0.0-SNAPSHOT/checkstyle-1.0.0-20170710.230428-1.jar
/Users/michaelobrien/.m2/repository/org/onap/oparent/checkstyle/1.0.0-SNAPSHOT/checkstyle-1.0.0-SNAPSHOT.jar
 

Thank you
/michael

-----Original Message-----
From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of LOTT, CHRISTOPHER M 
(CHRISTOPHER)
Sent: Tuesday, August 1, 2017 07:38
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [integration] Update POM to inherit from oparent

Gary and community, please advise how best to integrate the new OParent POM.  
On my first attempt Maven showed this error:

  Could not find artifact org.onap.oparent:checkstyle:jar:1.0.0-SNAPSHOT in 
apache.snapshots (http://repository.apache.org/snapshots)

I posted complete details about what I tried on the ONAP-Parent wiki page:

  https://wiki.onap.org/pages/viewpage.action?pageId=10783020

Thanks in advance.

_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 
<https://www.amdocs.com/about/email-disclaimer>

_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to