Re: Error writing first Maven plugin.

2011-11-02 Thread MavenUser8979
Yes it is there. Sorry for not pasting entire MOJO defination. /** * Echos an object string to the output screen. * @goal sayhi * */ public class GreetingsMojo extends AbstractMojo { } -- View this message in context: http://maven.40175.n5.nabble.com/Error-writing-first-Maven-plugin

Re: Error writing first Maven plugin.

2011-11-02 Thread Dirk Olmes
> I am getting error like " Could not find goal 'sayhi' in plugin > sample.plugin:hello-maven-plugin:2.3 among available goals touch -> [Help > 1]" > > My MOJO defination is like this. > > public class GreetingMojo extends AbstractMojo > { > public void execute() throws MojoExecutionException

Error writing first Maven plugin.

2011-11-02 Thread MavenUser8979
-- View this message in context: http://maven.40175.n5.nabble.com/Error-writing-first-Maven-plugin-tp4957761p4957761.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr..