cisco-ie / anx

Advanced NETCONF Explorer: Graphical Explorer for NETCONF / YANG and GNMI/GRPC Telemetry & Java NETCONF 1.1 client library
Apache License 2.0
183 stars 43 forks source link

Building using Maven issue #8

Closed Matt-Texier closed 5 years ago

Matt-Texier commented 5 years ago

Hi,

Could be a beginner issue as I am not familiar with Java Maven building tool ... sorry in advance if this is a trivial question.

I am trying to run your tool on a linux ubuntu server 16.05 LTS. I have installed java, Maven and jetty.

I am having the following dependency error while running the mvn command: I guess I am missing an "artifact" (as Maven call it) somewhere or a path is probably wrong somewhere ...

pragma@telemetry-anx:~/anx$ mvn -X -e -f explorer/pom.xml jetty:run
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:47+02:00)
Maven home: /opt/maven
Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-131-generic", arch: "amd64", family: "unix"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.annotation.* < plexus.core
[DEBUG]   Imported: javax.annotation.security.* < plexus.core
[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from /opt/maven/conf/settings.xml
[DEBUG] Reading user settings from /home/pragma/.m2/settings.xml
[DEBUG] Reading global toolchains from /opt/maven/conf/toolchains.xml
[DEBUG] Reading user toolchains from /home/pragma/.m2/toolchains.xml
[DEBUG] Using local repository at /home/pragma/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/pragma/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.cisco.stbarth.netconf.anx:explorer:war:1.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[WARNING] The project com.cisco.stbarth.netconf.anx:explorer:war:1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[DEBUG] Resolving plugin prefix jetty from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix jetty to org.eclipse.jetty:jetty-maven-plugin from POM com.cisco.stbarth.netconf.anx:explorer:war:1.0-SNAPSHOT
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.cisco.stbarth.netconf.anx:explorer:war:1.0-SNAPSHOT
[DEBUG] Tasks:   [jetty:run]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ---------------< com.cisco.stbarth.netconf.anx:explorer >---------------
[INFO] Building explorer 1.0-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[DEBUG] Resolving plugin prefix jetty from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix jetty to org.eclipse.jetty:jetty-maven-plugin from POM com.cisco.stbarth.netconf.anx:explorer:war:1.0-SNAPSHOT
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       com.cisco.stbarth.netconf.anx:explorer:1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [vaadin-prereleases (http://maven.vaadin.com/vaadin-prereleases, default, releases+snapshots), opendaylight-mirror (https://nexus.opendaylight.org/content/repositories/public/, default, releases), vaadin-addons (http://maven.vaadin.com/vaadin-addons, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins)     : [vaadin-prereleases (http://maven.vaadin.com/vaadin-prereleases, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] --- init fork of com.cisco.stbarth.netconf.anx:explorer:1.0-SNAPSHOT for org.eclipse.jetty:jetty-maven-plugin:9.4.14.v20181114:run (default-cli) ---
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, test]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          com.vaadin:vaadin-maven-plugin:8.6.1:update-theme (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <extraJvmArgs default-value="-Xmx1G">${gwt.extraJvmArgs}</extraJvmArgs>
  <gen default-value="${project.build.directory}/.generated">${gwt.gen}</gen>
  <genParam default-value="true">${gwt.genParam}</genParam>
  <generateDirectory default-value="${project.build.directory}/generated-sources/gwt"/>
  <gwtSdkFirstInClasspath default-value="false">${gwt.gwtSdkFirstInClasspath}</gwtSdkFirstInClasspath>
  <inplace default-value="false">${gwt.inplace}</inplace>
  <jvm>${gwt.jvm}</jvm>
  <localRepository default-value="${localRepository}"/>
  <logLevel default-value="INFO">${gwt.logLevel}</logLevel>
  <module>${gwt.module}</module>
  <modulePathPrefix>${gwt.modulePathPrefix}</modulePathPrefix>
  <persistentunitcache default-value="false">${gwt.persistentunitcache}</persistentunitcache>
  <persistentunitcachedir>${gwt.persistentunitcachedir}</persistentunitcachedir>
  <pluginArtifactMap default-value="${plugin.artifactMap}"/>
  <project default-value="${project}"/>
  <remoteRepositories default-value="${project.remoteArtifactRepositories}"/>
  <style default-value="OBF">${gwt.style}</style>
  <theme>${vaadin.theme}</theme>
  <warSourceDirectory default-value="${basedir}/src/main/webapp"/>
  <webappDirectory default-value="${project.build.outputDirectory}/VAADIN/widgetsets">${gwt.war}</webappDirectory>
  <widgetsetMode default-value="local">${vaadin.widgetset.mode}</widgetsetMode>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          com.vaadin:vaadin-maven-plugin:8.6.1:update-widgetset (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <extraJvmArgs default-value="-Xmx1G">${gwt.extraJvmArgs}</extraJvmArgs>
  <gen default-value="${project.build.directory}/.generated">${gwt.gen}</gen>
  <genParam default-value="true">${gwt.genParam}</genParam>
  <generateDirectory default-value="${project.build.directory}/generated-sources/gwt"/>
  <generatedSourceDirectory default-value="${project.build.directory}/generated-sources/wscdn"/>
  <generatedWidgetsetDirectory default-value="${project.build.directory}/generated-resources/gwt"/>
  <gwtSdkFirstInClasspath default-value="false">${gwt.gwtSdkFirstInClasspath}</gwtSdkFirstInClasspath>
  <inplace default-value="false">${gwt.inplace}</inplace>
  <jvm>${gwt.jvm}</jvm>
  <localRepository default-value="${localRepository}"/>
  <logLevel default-value="INFO">${gwt.logLevel}</logLevel>
  <module>${gwt.module}</module>
  <modulePathPrefix>${gwt.modulePathPrefix}</modulePathPrefix>
  <persistentunitcache default-value="false">${gwt.persistentunitcache}</persistentunitcache>
  <persistentunitcachedir>${gwt.persistentunitcachedir}</persistentunitcachedir>
  <pluginArtifactMap default-value="${plugin.artifactMap}"/>
  <project default-value="${project}"/>
  <remoteRepositories default-value="${project.remoteArtifactRepositories}"/>
  <style default-value="OBF">${gwt.style}</style>
  <warSourceDirectory default-value="${basedir}/src/main/webapp"/>
  <webappDirectory default-value="${project.build.outputDirectory}/VAADIN/widgetsets">${gwt.war}</webappDirectory>
  <widgetsetMode default-value="local">${vaadin.widgetset.mode}</widgetsetMode>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          com.vaadin:vaadin-maven-plugin:8.6.1:compile-theme (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <compressTheme default-value="false">${vaadin.theme.compress}</compressTheme>
  <extraJvmArgs default-value="-Xmx1G">${gwt.extraJvmArgs}</extraJvmArgs>
  <gen default-value="${project.build.directory}/.generated">${gwt.gen}</gen>
  <genParam default-value="true">${gwt.genParam}</genParam>
  <generateDirectory default-value="${project.build.directory}/generated-sources/gwt"/>
  <gwtSdkFirstInClasspath default-value="false">${gwt.gwtSdkFirstInClasspath}</gwtSdkFirstInClasspath>
  <ignoreThemeWarnings default-value="false">${vaadin.theme.ignore.warnings}</ignoreThemeWarnings>
  <inplace default-value="false">${gwt.inplace}</inplace>
  <jvm>${gwt.jvm}</jvm>
  <localRepository default-value="${localRepository}"/>
  <logLevel default-value="INFO">${gwt.logLevel}</logLevel>
  <module>${gwt.module}</module>
  <modulePathPrefix>${gwt.modulePathPrefix}</modulePathPrefix>
  <persistentunitcache default-value="false">${gwt.persistentunitcache}</persistentunitcache>
  <persistentunitcachedir>${gwt.persistentunitcachedir}</persistentunitcachedir>
  <pluginArtifactMap default-value="${plugin.artifactMap}"/>
  <project default-value="${project}"/>
  <remoteRepositories default-value="${project.remoteArtifactRepositories}"/>
  <style default-value="OBF">${gwt.style}</style>
  <theme>${vaadin.theme}</theme>
  <warSourceDirectory default-value="${basedir}/src/main/webapp"/>
  <webappDirectory default-value="${project.build.outputDirectory}/VAADIN/widgetsets">${gwt.war}</webappDirectory>
  <widgetsetMode default-value="local">${vaadin.widgetset.mode}</widgetsetMode>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.resources}"/>
  <session default-value="${session}"/>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <classpathElements default-value="${project.compileClasspathElements}"/>
  <compileSourceRoots default-value="${project.compileSourceRoots}"/>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <mojoExecution>${mojoExecution}</mojoExecution>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <projectArtifact default-value="${project.artifact}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skipMain>${maven.main.skip}</skipMain>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">${maven.compiler.source}</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">${maven.compiler.target}</target>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
  <mavenSession default-value="${session}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          com.vaadin:vaadin-maven-plugin:8.6.1:compile (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <checkAssertions default-value="false"/>
  <closureCompiler default-value="false">${gwt.compiler.enableClosureCompiler}</closureCompiler>
  <clusterFunctions default-value="true">${gwt.compiler.clusterFunctions}</clusterFunctions>
  <compileReport default-value="false">${gwt.compiler.compileReport}</compileReport>
  <compilerMetrics default-value="false">${gwt.compiler.compilerMetrics}</compilerMetrics>
  <detailedSoyc default-value="false">${gwt.compiler.soycDetailed}</detailedSoyc>
  <disableAggressiveOptimization default-value="false">${gwt.compiler.disableAggressiveOptimization}</disableAggressiveOptimization>
  <disableCastChecking default-value="false">${gwt.disableCastChecking}</disableCastChecking>
  <disableClassMetadata default-value="false">${gwt.disableClassMetadata}</disableClassMetadata>
  <disableRunAsync default-value="false">${gwt.disableRunAsync}</disableRunAsync>
  <draftCompile default-value="false">${gwt.draftCompile}</draftCompile>
  <enableJsonSoyc default-value="false"/>
  <enforceStrictResources default-value="false">${gwt.compiler.enforceStrictResources}</enforceStrictResources>
  <extra default-value="${project.build.directory}/extra"/>
  <extraJvmArgs default-value="-Xmx1G">${gwt.extraJvmArgs}</extraJvmArgs>
  <extraParam default-value="false">${gwt.extraParam}</extraParam>
  <failOnError default-value="true">${gwt.compiler.strict}</failOnError>
  <force default-value="false">${gwt.compiler.force}</force>
  <fragmentCount default-value="-1">${gwt.compiler.fragmentCount}</fragmentCount>
  <gen default-value="${project.build.directory}/.generated">${gwt.gen}</gen>
  <genParam default-value="true">${gwt.genParam}</genParam>
  <generateDirectory default-value="${project.build.directory}/generated-sources/gwt"/>
  <gwtSdkFirstInClasspath default-value="false">${gwt.gwtSdkFirstInClasspath}</gwtSdkFirstInClasspath>
  <incremental default-value="false">${gwt.compiler.incremental}</incremental>
  <incrementalCompileWarnings default-value="false"/>
  <inlineLiteralParameters default-value="true">${gwt.compiler.inlineLiteralParameters}</inlineLiteralParameters>
  <inplace default-value="false">${gwt.inplace}</inplace>
  <jsInteropMode default-value="NONE"/>
  <jvm>${gwt.jvm}</jvm>
  <lastWidgetset default-value="${project.build.directory}/wscdn-widgetset"/>
  <localRepository default-value="${localRepository}"/>
  <localWorkers>${gwt.compiler.localWorkers}</localWorkers>
  <logLevel default-value="INFO">${gwt.logLevel}</logLevel>
  <methodNameDisplayMode default-value="NONE">${gwt.compiler.methodNameDisplayMode}</methodNameDisplayMode>
  <module>${gwt.module}</module>
  <modulePathPrefix>${gwt.modulePathPrefix}</modulePathPrefix>
  <optimizationLevel default-value="-1">${gwt.compiler.optimizationLevel}</optimizationLevel>
  <optimizeDataflow default-value="true">${gwt.compiler.optimizeDataflow}</optimizeDataflow>
  <ordinalizeEnums default-value="true">${gwt.compiler.ordinalizeEnums}</ordinalizeEnums>
  <overlappingSourceWarnings default-value="false"/>
  <persistentunitcache default-value="false">${gwt.persistentunitcache}</persistentunitcache>
  <persistentunitcachedir>${gwt.persistentunitcachedir}</persistentunitcachedir>
  <pluginArtifactMap default-value="${plugin.artifactMap}"/>
  <project default-value="${project}"/>
  <remoteRepositories default-value="${project.remoteArtifactRepositories}"/>
  <removeDuplicateFunctions default-value="true">${gwt.compiler.removeDuplicateFunctions}</removeDuplicateFunctions>
  <saveSource default-value="false">${gwt.saveSource}</saveSource>
  <skip default-value="false">${gwt.compiler.skip}</skip>
  <sourceLevel default-value="auto">${gwt.compiler.source}</sourceLevel>
  <style default-value="OBF">${gwt.style}</style>
  <validateOnly default-value="false">${gwt.validateOnly}</validateOnly>
  <warSourceDirectory default-value="${basedir}/src/main/webapp"/>
  <webappDirectory default-value="${project.build.outputDirectory}/VAADIN/widgetsets">${gwt.war}</webappDirectory>
  <widgetsetMode default-value="local">${vaadin.widgetset.mode}</widgetsetMode>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.testResources}"/>
  <session default-value="${session}"/>
  <skip>${maven.test.skip}</skip>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <classpathElements default-value="${project.testClasspathElements}"/>
  <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <mojoExecution>${mojoExecution}</mojoExecution>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skip>${maven.test.skip}</skip>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">${maven.compiler.source}</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">${maven.compiler.target}</target>
  <testSource>${maven.compiler.testSource}</testSource>
  <testTarget>${maven.compiler.testTarget}</testTarget>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
  <mavenSession default-value="${session}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] --- exit fork of com.cisco.stbarth.netconf.anx:explorer:1.0-SNAPSHOT for org.eclipse.jetty:jetty-maven-plugin:9.4.14.v20181114:run (default-cli) ---
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.jetty:jetty-maven-plugin:9.4.14.v20181114:run (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <dumpOnStart default-value="false">${dumponStart}</dumpOnStart>
  <execution default-value="${mojoExecution}"/>
  <nonBlocking default-value="false"/>
  <pluginArtifacts default-value="${plugin.artifacts}"/>
  <project default-value="${project}"/>
  <projectArtifacts default-value="${project.artifacts}"/>
  <reload default-value="automatic">${jetty.reload}</reload>
  <scanIntervalSeconds default-value="0">2</scanIntervalSeconds>
  <skip default-value="false">${jetty.skip}</skip>
  <systemPropertiesFile>${jetty.systemPropertiesFile}</systemPropertiesFile>
  <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
  <useProvidedScope default-value="false"/>
  <useTestScope default-value="false"/>
  <webAppSourceDirectory default-value="${maven.war.src}"/>
  <webXml default-value="${maven.war.webxml}"/>
</configuration>
[DEBUG] =======================================================================
[INFO]
[INFO] >>> jetty-maven-plugin:9.4.14.v20181114:run (default-cli) > test-compile @ explorer >>>
[DEBUG] Could not find metadata com.cisco.stbarth.netconf:anc:0.3-SNAPSHOT/maven-metadata.xml in local (/home/pragma/.m2/repository)
[DEBUG] Failure to find com.cisco.stbarth.netconf:anc:0.3-SNAPSHOT/maven-metadata.xml in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced
[DEBUG] Failure to find com.cisco.stbarth.netconf:anc:0.3-SNAPSHOT/maven-metadata.xml in http://maven.vaadin.com/vaadin-addons was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-addons has elapsed or updates are forced
[DEBUG] Could not find metadata com.cisco.stbarth.netconf:anc:0.3-SNAPSHOT/maven-metadata.xml in local (/home/pragma/.m2/repository)
[DEBUG] Failure to find com.cisco.stbarth.netconf:anc:0.3-SNAPSHOT/maven-metadata.xml in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced
[DEBUG] Failure to find com.cisco.stbarth.netconf:anc:0.3-SNAPSHOT/maven-metadata.xml in http://maven.vaadin.com/vaadin-addons was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-addons has elapsed or updates are forced
[WARNING] The POM for com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT is missing, no dependency information available
[DEBUG] Could not find metadata com.cisco.stbarth.netconf:grpc:0.2-SNAPSHOT/maven-metadata.xml in local (/home/pragma/.m2/repository)
[DEBUG] Failure to find com.cisco.stbarth.netconf:grpc:0.2-SNAPSHOT/maven-metadata.xml in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced
[DEBUG] Failure to find com.cisco.stbarth.netconf:grpc:0.2-SNAPSHOT/maven-metadata.xml in http://maven.vaadin.com/vaadin-addons was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-addons has elapsed or updates are forced
[DEBUG] Could not find metadata com.cisco.stbarth.netconf:grpc:0.2-SNAPSHOT/maven-metadata.xml in local (/home/pragma/.m2/repository)
[DEBUG] Failure to find com.cisco.stbarth.netconf:grpc:0.2-SNAPSHOT/maven-metadata.xml in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced
[DEBUG] Failure to find com.cisco.stbarth.netconf:grpc:0.2-SNAPSHOT/maven-metadata.xml in http://maven.vaadin.com/vaadin-addons was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-addons has elapsed or updates are forced
[WARNING] The POM for com.cisco.stbarth.netconf:grpc:jar:0.2-SNAPSHOT is missing, no dependency information available
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=2627606, ConflictMarker.markTime=988459, ConflictMarker.nodeCount=113, ConflictIdSorter.graphTime=1893268, ConflictIdSorter.topsortTime=388361, ConflictIdSorter.conflictIdCount=47, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=11193222, ConflictResolver.conflictItemCount=112, DefaultDependencyCollector.collectTime=482416911, DefaultDependencyCollector.transformTime=18931540}
[DEBUG] com.cisco.stbarth.netconf.anx:explorer:war:1.0-SNAPSHOT
[DEBUG]    javax.servlet:javax.servlet-api:jar:3.0.1:provided
[DEBUG]    com.vaadin:vaadin-server:jar:8.6.1:compile
[DEBUG]       com.vaadin:vaadin-sass-compiler:jar:0.9.13:compile
[DEBUG]          org.w3c.css:sac:jar:1.3:compile
[DEBUG]          com.vaadin.external.flute:flute:jar:1.3.0.gg2:compile
[DEBUG]       com.vaadin:vaadin-shared:jar:8.6.1:compile (version managed from 8.6.1)
[DEBUG]       org.jsoup:jsoup:jar:1.11.2:compile
[DEBUG]       com.vaadin.external:gentyref:jar:1.2.0.vaadin1:compile
[DEBUG]    com.vaadin:vaadin-push:jar:8.6.1:compile
[DEBUG]       com.vaadin.external.atmosphere:atmosphere-runtime:jar:2.4.30.vaadin1:compile
[DEBUG]          com.vaadin.external.slf4j:vaadin-slf4j-jdk14:jar:1.6.1:compile
[DEBUG]    com.vaadin:vaadin-client-compiled:jar:8.6.1:compile
[DEBUG]    com.vaadin:vaadin-themes:jar:8.6.1:compile
[DEBUG]    com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT:compile
[DEBUG]    com.cisco.stbarth.netconf:grpc:jar:0.2-SNAPSHOT:compile
[DEBUG]    org.opendaylight.yangtools:yang-parser-impl:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:concepts:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:yang-common:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:yang-model-api:jar:2.1.3:compile
[DEBUG]          org.opendaylight.yangtools:util:jar:2.1.3:compile
[DEBUG]             tech.pantheon.triemap:triemap:jar:1.0.1:compile
[DEBUG]       org.opendaylight.yangtools:yang-parser-api:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:yang-parser-reactor:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:yang-parser-spi:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:yang-model-util:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:yang-parser-rfc7950:jar:2.1.3:compile
[DEBUG]          org.antlr:antlr4-runtime:jar:4.7.1:compile
[DEBUG]       org.opendaylight.yangtools:odlext-model-api:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:odlext-parser-support:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:openconfig-model-api:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:openconfig-parser-support:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:rfc6536-model-api:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:rfc6536-parser-support:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:rfc7952-model-api:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:rfc7952-parser-support:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:rfc8040-model-api:jar:2.1.3:compile
[DEBUG]       org.opendaylight.yangtools:rfc8040-parser-support:jar:2.1.3:compile
[DEBUG]       com.google.guava:guava:jar:25.1-jre:compile
[DEBUG]          org.checkerframework:checker-qual:jar:2.0.0:compile
[DEBUG]          com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]          com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]          org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]    com.google.protobuf:protobuf-java-util:jar:3.6.1:compile
[DEBUG]       com.google.protobuf:protobuf-java:jar:3.6.1:compile
[DEBUG]       com.google.code.gson:gson:jar:2.7:compile
[DEBUG]    org.slf4j:slf4j-api:jar:1.7.25:compile
[DEBUG]    org.slf4j:slf4j-simple:jar:1.7.25:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.981 s
[INFO] Finished at: 2019-01-07T15:27:20+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project explorer: Could not resolve dependencies for project com.cisco.stbarth.netconf.anx:explorer:war:1.0-SNAPSHOT: The following artifacts could not be resolved: com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT, com.cisco.stbarth.netconf:grpc:jar:0.2-SNAPSHOT: Failure to find com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project explorer: Could not resolve dependencies for project com.cisco.stbarth.netconf.anx:explorer:war:1.0-SNAPSHOT: The following artifacts could not be resolved: com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT, com.cisco.stbarth.netconf:grpc:jar:0.2-SNAPSHOT: Failure to find com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:269)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
    at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions (MojoExecutor.java:355)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:200)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project com.cisco.stbarth.netconf.anx:explorer:war:1.0-SNAPSHOT: The following artifacts could not be resolved: com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT, com.cisco.stbarth.netconf:grpc:jar:0.2-SNAPSHOT: Failure to find com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced
    at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:208)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
    at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions (MojoExecutor.java:355)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:200)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.eclipse.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT, com.cisco.stbarth.netconf:grpc:jar:0.2-SNAPSHOT: Failure to find com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:342)
    at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
    at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions (MojoExecutor.java:355)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:200)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT, com.cisco.stbarth.netconf:grpc:jar:0.2-SNAPSHOT: Failure to find com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:413)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:215)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:325)
    at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
    at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions (MojoExecutor.java:355)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:200)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find com.cisco.stbarth.netconf:anc:jar:0.3-SNAPSHOT in http://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced
    at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException (DefaultUpdateCheckManager.java:217)
    at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact (DefaultUpdateCheckManager.java:192)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads (DefaultArtifactResolver.java:554)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:472)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:390)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:215)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:325)
    at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
    at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions (MojoExecutor.java:355)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:200)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[ERROR]
[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
pragma@telemetry-anx:~/anx$

Could you please help me to investigate what is wrong in my setup ?

Thanks Matt.

sbyx commented 5 years ago

Could you please try with:

mvn -X -e -f anc/pom.xml install

then

mvn -X -e -f grpc/pom.xml install

and followed again by

mvn -X -e -f explorer/pom.xml jetty:run

Matt-Texier commented 5 years ago

Thanks a lot, all good. I close the issue.

May I suggest to update the README file and add those two commands ?

Could be obvious for more advance guy than me ... but for non java/maven expert it is not :-) !

sbyx commented 5 years ago

Thanks, I updated the README.