Re: How to configure multiple parameters in the pom.xml for a Maven 2 plugin

2005-11-06 Thread Brett Porter
Your configuration should be: myserver If you'd like to file a bug for the error reporting, please do. - Brett Scott Ryan wrote: I am trying to modify my plugin to accept multiple parameters as a String array or an ArrayList. In my mojo I have configured the following: /** * An arra

How to configure multiple parameters in the pom.xml for a Maven 2 plugin

2005-11-06 Thread Scott Ryan
I am trying to modify my plugin to accept multiple parameters as a String array or an ArrayList. In my mojo I have configured the following: /** * An array of names of servers to deploy the target onto. the deployment. * * @parameter */ private String[] serverName; with g