Mojo File array parameter and system properties

2006-04-18 Thread Beyer,Nathan
I'm building a Maven 2 Plugin (as a MOJO) and I have a parameter that's a java.io.File array and I'm trying to figure out how I would create an expression for passing this as a system property. Currently, the parameter is configured as follows. /** * * The list of report file paths

Re: Mojo File array parameter and system properties

2006-04-18 Thread Wayne Fay
First off, I haven't done a lot of Maven plugin development, so take this with a grain of salt. I don't believe this error is simply due to the fact that you're trying to pass a string value into a File property. I think its also because your mojo is expecting an array of files. Other people have

Re: Mojo File array parameter and system properties

2006-04-18 Thread Rinku
x27;d be interested if any one else has a cleaner solution that works both for CLI and pom.xml. HTH, Rahul - Original Message - From: "Wayne Fay" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Wednesday, April 19, 2006 3:11 PM Subject: Re: Mojo File array