Hi,

thanks very very much for the fast answer and pointing me in the right direction ! I'll take a look at the source.
It's great to get a nice and fast response.

Have a nice weekend.

best regards
Sebastian



dan tran schrieb:

Yes, take a look at Dependency-maven-plugin where you can inject a list of
ArtifactItem object.

-D


On 4/29/06, Sebastian Himberger <[EMAIL PROTECTED]> wrote:


Whup's,

sorry i was to fast with pressing the send button. This question applies
to maven2 i have forgotten to add an [m2] to the topic.
Sorry for any circumstances.

Best regards
Sebastian

Sebastian Himberger schrieb:

> Hi List,
>
> is it somehow realize a custom wich allows nested configuration. E.g.
> have a List of the following Objects:
>
> class Job {
>
>  String name;
>
>  String param;
>
> }
>
> wich can the configured in the following way inside the pom:
>
> <plugin>
> ...
> <configuration>
>   <jobs>
>      <job>
>        <name>Job 1</name>
>        <param>foo</param>
>      </job>
>      <job>
>        <name>Job 2</name>
>        <param>bar</param>
>      </job>
>   </jobs>
> </configuration>
> </plugin>
>
> Thanks very much in advance
>
> Best regards
> Sebastian Himberger
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to