
Originally Posted by
marioja
Greetings,
I left STS for about 1 year and I came back to it. I have problems doing basic things with Roo. Here is what I did:
Downloaded STS 3.2.0 with Juno 4.2, unzipped in a fresh directory. I start STS.
- file/new/Spring Roo Project
- project name: t, top level package name: com.t
- next/finish
- when the dusts settles I type the following command: script expenses.roo (after moving it from spring-roo-1.2.3.RELEASE/samples)
- when the dust settles, I get the error:
Description:
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:exec-maven-plugin:1.2:exec (execution: default, phase: process-classes)
Resource:
pom.xml
Path:
/t
Location:
line 514
Type:
Maven Project Build Lifecycle Mapping Problem
I know that two of the quick fix can be applied but what gives?
The Maven tooling will give warnings for plugin execution steps that it doesn't know how to handle from the IDE. Sometimes these execution steps are covered by add ons for the Maven tooling, but not all cases are covered and this is one of them. If you apply the quickfix that's labeled experimental ("Mark goal exec as ignored in Eclipse build in Eclipse preference"), then you'll suppress the error in this project and any future projects that may have that execution step in their pom.xml
Leo Dos Santos
Committer, SpringSource Tool Suite