cancel
Showing results for 
Search instead for 
Did you mean: 

Problem creating Alfresco Archetype in Eclipse

geovanny_campov
Confirmed Champ
Confirmed Champ

Dear friends,

I have benn following this tutorial (Getting Started with the Alfresco Maven SDK | ECMArchitect | Alfresco Developer Tutorials ) i n order to create a new prohect with the Alfresco Archetype.

When I have the project created (in eclipse) I got the next error in the pom.xml file

Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:build-helper-maven-plugin:1.10:add-test-resource (execution: add-env-test-properties, phase: generate-resources)

And i cannot do anything else.

What I am getting this error? I have followed the steps.

Thanks in advance

Regards

1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator

This isn't actually an error that prevents you from using the project. It is just an error that this specific build plugin cannot be used in the default build lifecycle within Eclipse. You should be able to fix this error message by telling Eclipse that this plugin should be ignored. This resolution usually is available via the quick fix suggestions. Eclipse m2e has a detailed page about "execution not covered".