Re: A plugin that doesn't require a pom.xml

2010-10-21 Thread Phillip Hellewell
On Wed, Oct 20, 2010 at 5:13 PM, Nick Stolwijk nick.stolw...@gmail.com wrote: I've taken a look at the source of the help:describe goal and it seems you need RequireProject.

A plugin that doesn't require a pom.xml

2010-10-20 Thread Phillip Hellewell
How do I create a plugin that doesn't require a pom.xml? Even the hello world described on this page requires it: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html You get this error if you try to run it where no pom.xml is present. [INFO] Cannot execute mojo: sayhi

Re: A plugin that doesn't require a pom.xml

2010-10-20 Thread Nick Stolwijk
BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Thu, Oct 21, 2010 at 1:08 AM, Phillip Hellewell ssh...@gmail.com wrote: How do I create a plugin that doesn't require a pom.xml? Even the hello world described on this page requires it: http://maven.apache.org/guides/plugin/guide