mirror of https://github.com/apache/maven.git
Fix mapStyle attribute. The correct name is xml.mapStyle
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a699b769da
commit
ed31ac5175
|
@ -416,7 +416,7 @@
|
|||
plugins it uses.
|
||||
</description>
|
||||
<type>Properties</type>
|
||||
<association mapStyle="inline">
|
||||
<association xml.mapStyle="inline">
|
||||
<type>String</type>
|
||||
<multiplicity>*</multiplicity>
|
||||
</association>
|
||||
|
@ -845,7 +845,7 @@
|
|||
<code>WEB-INF/lib</code>. For example syntax, check the war plugin docs.
|
||||
</description>
|
||||
<type>Properties</type>
|
||||
<association mapStyle="inline">
|
||||
<association xml.mapStyle="inline">
|
||||
<type>String</type>
|
||||
<multiplicity>*</multiplicity>
|
||||
</association>
|
||||
|
|
Loading…
Reference in New Issue