Mhamed,

You have better chances to get answer to generic Maven questions in the Maven Users mailing list. See http://maven.apache.org/mail-lists.html

 regards,
 Eugene


Elachouri, Mhamed wrote:
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
Mhamed Elachouri


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to