Skip to content

Instantly share code, notes, and snippets.

Created September 14, 2015 21:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/e4e2c6a085d265b314a3 to your computer and use it in GitHub Desktop.
[Flavios-MacBook-Pro:integration.git] (master)$ mvn clean install -Dskip.karaf=true -DskipTests
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] integration
[INFO] features-integration-index
[INFO] features-integration-test
[INFO] distribution-karaf
[INFO] OpenDaylight Distributions
[INFO] features-integration-aggregator
[INFO] feature-selector Webapp
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building integration 0.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ root ---
[INFO] Deleting /Users/ffernand/ODL/projects/integration.git/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven) @ root ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (pre-unit-test) @ root ---
[INFO] argLine set to -javaagent:/Users/ffernand/.m2/repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/Users/ffernand/ODL/projects/integration.git/target/code-coverage/jacoco.exec,excludes=**/gen/**:**/generated-sources/**:**/yang-gen/**:**/pax/**
[INFO]
[INFO] --- maven-checkstyle-plugin:2.15:check (check-license) @ root ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.15:check (default) @ root ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack-license) @ root ---
[INFO] Configured Artifact: org.opendaylight.odlparent:odl-license:0.0.1-SNAPSHOT:jar
[INFO] Unpacking /Users/ffernand/.m2/repository/org/opendaylight/odlparent/odl-license/0.0.1-SNAPSHOT/odl-license-0.0.1-SNAPSHOT.jar to /Users/ffernand/ODL/projects/integration.git/target/classes with includes "" and excludes "META-INF/**"
[INFO]
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ root >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven) @ root ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (pre-unit-test) @ root ---
[INFO] argLine set to -javaagent:/Users/ffernand/.m2/repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/Users/ffernand/ODL/projects/integration.git/target/code-coverage/jacoco.exec,excludes=**/gen/**:**/generated-sources/**:**/yang-gen/**:**/pax/**
[INFO]
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ root <<<
[INFO]
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ root ---
[INFO]
[INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadocs) @ root ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:report (post-unit-test) @ root ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/Users/ffernand/ODL/projects/integration.git/target/code-coverage/jacoco.exec
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ root ---
[INFO] Installing /Users/ffernand/ODL/projects/integration.git/pom.xml to /Users/ffernand/.m2/repository/org/opendaylight/integration/root/0.4.0-SNAPSHOT/root-0.4.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building features-integration-index 0.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.opendaylight.controller:features-netconf-connector:xml:features:1.3.0-20150902.053215-201 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] integration ........................................ SUCCESS [ 2.413 s]
[INFO] features-integration-index ......................... FAILURE [ 5.323 s]
[INFO] features-integration-test .......................... SKIPPED
[INFO] distribution-karaf ................................. SKIPPED
[INFO] OpenDaylight Distributions ......................... SKIPPED
[INFO] features-integration-aggregator .................... SKIPPED
[INFO] feature-selector Webapp ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.189 s
[INFO] Finished at: 2015-09-14T16:49:29-04:00
[INFO] Final Memory: 127M/462M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project features-integration-index: Could not resolve dependencies for project org.opendaylight.integration:features-integration-index:jar:0.4.0-SNAPSHOT: Failed to collect dependencies at org.opendaylight.aaa:features-aaa-authz:xml:features:0.3.0-SNAPSHOT -> org.opendaylight.netconf:features-restconf:xml:features:1.3.0-SNAPSHOT: Failed to read artifact descriptor for org.opendaylight.netconf:features-restconf:xml:features:1.3.0-SNAPSHOT: Failure to find org.opendaylight.controller:mdsal-artifacts:pom:2.0.0-SNAPSHOT in http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ was cached in the local repository, resolution will not be reattempted until the update interval of opendaylight-snapshot has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :features-integration-index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment