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 wrote: > I've taken a look at the source of the help:describe goal and it seems > you need RequireProject. > > http://svn.apache.org/viewvc/maven/plugins/tags/maven-help-plugin-2.1.1/src/main/java/org/apache/maven/plugins/help/DescribeMojo.java?view=m

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

2010-10-20 Thread Nick Stolwijk
PROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Thu, Oct 21, 2010 at 1:08 AM, Phillip Hellewell 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/pl

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: sayh