private List links;

<links>
  <link>http://...</link>
  <link>http://...</link>
</links> 

-----Original Message-----
From: gdub [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 04, 2006 12:57 PM
To: Maven Users List
Subject: configure ArrayList in POM

When a plugin lists a configuration property of type ArrayList, how are
values expressed in a POM?

In particular, I want to use the links
configuration of the javadoc plugin but
when I do the simple thing--just put
a URL in the configuration/links element-- Maven complains that I'm
trying to assign a String to an ArrayList.

Is there a document somewhere that contains a java-type-to-POM-lex
mapping reference?

TIA,

   -dub

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