Re: ant based plugin

2006-08-24 Thread Dave Sowerby
will be added to the classpath when your plugin executes. http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_ plugin -Original Message- From: Dave Sowerby [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 12:17 PM To: users@maven.apache.org Subject: ant based plugin Hi

ant based plugin

2006-08-23 Thread Dave Sowerby
Hi All, I have been using an antrun execution to generate some code whilst prototyping a maven build system. I want to make a generic ant plugin to do this but had some issues in doing so. First of, I couldn't see how to use the paths as allowed in antrun - such as maven.compile.classpath, I