Re: Mojo system requirements

2009-02-23 Thread Nick Stolwijk
Take a look at the maven-plugin-plugin configuration and especially the requirements configuration [1]. [1] http://maven.apache.org/plugins/maven-plugin-plugin/report-mojo.html#requirements Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On M

Re: Mojo system requirements

2009-02-23 Thread Olivier Lamy
Hi, Have a look at this pom : https://svn.codehaus.org/mojo/trunk/mojo/tomcat-maven-plugin/pom.xml And the result : http://mojo.codehaus.org/tomcat-maven-plugin/plugin-info.html -- Olivier 2009/2/23 nicolas de loof : > Hi > I'd like to change the default "System requirements" created by maven si

Mojo system requirements

2009-02-23 Thread nicolas de loof
Hi I'd like to change the default "System requirements" created by maven site for my plugin. It says JDK 1.4 is required (maven default) but my plugin requires Java5. Where to define this metadata ?