mirror of https://github.com/apache/maven.git
o using strings and lists for now while I test and expand modello.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1af167137b
commit
b52fb9d08b
|
@ -22,6 +22,7 @@
|
|||
<version>3.0.0</version>
|
||||
<description>Maven's model for Java project.</description>
|
||||
<packageName>org.apache.maven.model</packageName>
|
||||
<root>Model</root>
|
||||
<classes>
|
||||
<class>
|
||||
<name>Model</name>
|
||||
|
@ -415,8 +416,8 @@
|
|||
describe by a <code>role</code> element, the body of which is a
|
||||
role name.
|
||||
</description>
|
||||
<type>java.util.SortedSet</type>
|
||||
<defaultValue>new TreeSet()</defaultValue>
|
||||
<type>java.util.List</type>
|
||||
<defaultValue>new ArrayList()</defaultValue>
|
||||
</field>
|
||||
<field>
|
||||
<name>timezone</name>
|
||||
|
@ -691,7 +692,8 @@
|
|||
<field>
|
||||
<name>filtering</name>
|
||||
<description>Describe if resources are filtered or not.</description>
|
||||
<type>boolean</type>
|
||||
<type>String</type>
|
||||
<defaultValue>false</defaultValue>
|
||||
</field>
|
||||
</fields>
|
||||
</class>
|
||||
|
|
Loading…
Reference in New Issue