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
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