]
Xavier Coulon edited comment on JBIDE-18295 at 9/25/14 10:35 AM:
-----------------------------------------------------------------
PR was merged and was pushed to update site.
was (Author: xcoulon):
Pr was merged and was pushed to update site.
Errors in project after import WildFly quickstarts
--------------------------------------------------
Key: JBIDE-18295
URL:
https://issues.jboss.org/browse/JBIDE-18295
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven, upstream
Affects Versions: 4.2.0.Beta3
Reporter: Xavier Coulon
Assignee: Fred Bricon
Priority: Critical
Fix For: 4.2.0.CR2
After importing all modules from
https://github.com/wildfly/quickstart into JBDS
8.0.0.CR1b, a few projects have build errors, such as:
{code}
Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-dependency-plugin:2.1:copy (execution: default, phase:
process-sources)
{code}
or
{code}
Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-ejb-plugin:2.3:ejb (execution: default, phase: package)
{code}