st
Subject: Re: [m2] Using array types in mojo configuration
since you have OsgiManifest and Paths are at the same level it should be
like this
. your down bean's attribute here
one
two
-D
On 1/10/06, John Wells <[EMAIL PROTECTED]> wrote:
>
>
since you have OsgiManifest and Paths are at the same level it should be
like this
. your down bean's attribute here
one
two
-D
On 1/10/06, John Wells <[EMAIL PROTECTED]> wrote:
>
> Lets say I have a mojo with something like this:
>
> /**
> * @parameter
> */
>
Lets say I have a mojo with something like this:
/**
* @parameter
*/
private OsgiManifest osgiManifest;
Furthermore, lets say in osgiManifest I have the following:
/**
* @parameter
*/
private String path[];
public void setPath(String[] paths) { this.path = path; }
public String[] getPath()