You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by Dale LaBossiere <dm...@gmail.com> on 2017/10/04 17:52:01 UTC

pom errors/warnings in Eclipse

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 <dm...@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