Jan Torben Heuer wrote:
> Kris Bravo wrote:
> 
>> 
>> Will the sourceSchemas parameter work for you? You should be able to
>> specify particular xsd files. 
>> 
> 
> maybe - that leads to a (sorry, general maven-) question: How
> do I specify
> the type "List" in a pom-file?
> 
> error:
> Cause: Cannot assign configuration entry 'sourceSchemas' to 'interface
> java.util.List' from 'owsALL.xsd', which is of type class
> java.lang.String 
> 
> 
> Sorry, but I didn't find an answer...

this follows always the pattern:


<sourceSchemas>
  <sourceSchema>entry1</sourceSchema>
  <sourceSchema>entry2</sourceSchema>
  ...
</sourceSchemas>


BTW: It's the same for arrays.

- Jörg

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to