-
Aug 16th, 2012, 01:23 PM
#1
GGTS 3.0.0 grails-maven-plugin:2.1.0:validate-plugin error
Using GGTS 3.0.0 with the m2e extension and Grails 2.1.0, I imported a previously mavenized grails project (also configured to use Grails 2.1.0; works fine using mvn commands on command-line). It fails to compile in the IDE with the following errors:
* Plugin execution not covered by lifecycle configuration: org.grails:grails-maven-plugin:2.1.0:config-directories (execution: default, phase: generate-sources)
* Plugin execution not covered by lifecycle configuration: org.grails:grails-maven-plugin:2.1.0:maven-compile (execution: default-maven-compile, phase: compile)
* Plugin execution not covered by lifecycle configuration: org.grails:grails-maven-plugin:2.1.0:init (execution: default, phase: initialize)
* Plugin execution not covered by lifecycle configuration: org.grails:grails-maven-plugin:2.1.0:config-directories (execution: default-config-directories, phase: generate-sources)
* Plugin execution not covered by lifecycle configuration: org.grails:grails-maven-plugin:2.1.0:maven-compile (execution: default, phase: compile)
* Plugin execution not covered by lifecycle configuration: org.grails:grails-maven-plugin:2.1.0:validate-plugin (execution: default-validate-plugin, phase: validate)
* Plugin execution not covered by lifecycle configuration: org.grails:grails-maven-plugin:2.1.0:init-plugin (execution: default-init-plugin, phase: initialize)
* Plugin execution not covered by lifecycle configuration: org.grails:grails-maven-plugin:2.1.0:validate (execution: default, phase: validate)
Is there some configuration magic that will fix this? thanks...
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules