Hi Chris, I just committed changes to eliminate the error and last warning below. Don’t know if there’s anything that can be done about the “Access” warnings. Eclipse isn’t offering a quick fix to squelch it.
— Dale > On Oct 3, 2017, at 3:23 PM, Dale LaBossiere <dml.apa...@gmail.com> wrote: > > Hi Chris, I picked up the d3.legend.js refactoring (7d8a69f > <https://github.com/apache/incubator-edgent/commit/7d8a69f>) and it causes > this error in Eclipse: > > Plugin execution not covered by lifecycle configuration: > com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1:wget > (execution: get-d3-legend-js, phase: generate-resources) pom.xml > /edgent-console-servlets line 125 Maven Project Build Lifecycle > Mapping Problem > > > Also, earlier mods cause the following warnings in Eclipse that would be good > to eliminate: > > Access > "/Users/dlaboss/git/dutz-incubator-edgent/console/server/../../src/main/appended-resources/licenses" > directory outside of project base directory. > (org.apache.maven.plugins:maven-resources-plugin:2.7:resources:default-resources:process-resources) > pom.xml /edgent-console-server line 1 Maven Build Participant Problem > > Access > "/Users/dlaboss/git/dutz-incubator-edgent/console/servlets/../../src/main/appended-resources/licenses" > directory outside of project base directory. > (org.apache.maven.plugins:maven-resources-plugin:2.7:resources:default-resources:process-resources) > pom.xml /edgent-console-servlets line 1 Maven Build > Participant Problem > > Duplicating managed version 2.5.3 for maven-assembly-plugin pom.xml > /edgent-distribution line 40 Maven pom Loading Problem > > Thanks! > — Dale