Re: array (or collecton) as a default-value of a mojo configuration parameter

2007-05-02 Thread Roland Asmann
I believe it is not possible to define a Collection or array on plugins (at least not as parameters), although I could be wrong. A solution to your problem could be to input a String with the filename(s), making it comma-separated (or some other identifier which you like). Obviously you'd have

array (or collecton) as a default-value of a mojo configuration parameter

2007-05-02 Thread Geoffrey De Smet
In a Mojo I use the following annotation: /** * @parameter default-value="${basedir}/src/daisy/schema.xml" */ private File[] daisySchemas; This doesn't work, as the default-value is turned into a class of String, and it needs an array of File's (an array of Strings would also