> Hi, > I created my first simple maven *plugin* and successfully installed it. > when I try to compile it with the command "mvn > sample.plugin:maven-hello-plugin :1.0-SNAPSHOT: sayhi" , I get the > following error message... > > Error: > java.lang.IllegalStateException: The *PluginDescriptor* for the plugin > Plugin* **[*sample.plugin*:*maven-hello-plugin *]* was not found. > MOJO: > .... > [EMAIL PROTECTED] sayhi > ..... > > pom.xml: > ... > <groupId>sample.plugin</groupId> > <artifactId>maven-hello-plugin </artifactId>... > <version>1.0-SNAPSHOT</version> > > Can you tell me, where is the problem or what should I do to use my > Plugin? > Thanks, > Mhamed
-- View this message in context: http://www.nabble.com/Maven-Plugin-tp19289561p19289561.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
