mirror of https://github.com/apache/maven.git
o the addition the the build.directory element
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
072609e0b3
commit
8430b7b9cf
|
@ -497,6 +497,14 @@
|
||||||
<type>java.util.List</type>
|
<type>java.util.List</type>
|
||||||
<defaultValue>new ArrayList()</defaultValue>
|
<defaultValue>new ArrayList()</defaultValue>
|
||||||
</field>
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>directory</name>
|
||||||
|
<version>4.0.0</version>
|
||||||
|
<description>
|
||||||
|
The directory where all generated by the build is placed.
|
||||||
|
</description>
|
||||||
|
<type>String</type>
|
||||||
|
</field>
|
||||||
</fields>
|
</fields>
|
||||||
</class>
|
</class>
|
||||||
<class>
|
<class>
|
||||||
|
|
Loading…
Reference in New Issue