mirror of https://github.com/apache/maven.git
Adding default profile-id's.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@509744 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d508d7181c
commit
086c589776
|
@ -2528,6 +2528,7 @@
|
|||
<required>true</required>
|
||||
<version>4.0.0</version>
|
||||
<type>String</type>
|
||||
<defaultValue>default</defaultValue>
|
||||
<description>The identifier of this build profile. This used both for command line activation, and identifies
|
||||
identical profiles to merge with during inheritance.</description>
|
||||
</field>
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
<required>true</required>
|
||||
<version>1.0.0</version>
|
||||
<type>String</type>
|
||||
<defaultValue>default</defaultValue>
|
||||
<description>The ID of this build profile, for activation
|
||||
purposes.</description>
|
||||
</field>
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
<name>id</name>
|
||||
<version>1.0.0</version>
|
||||
<type>String</type>
|
||||
<default>default</default>
|
||||
<defaultValue>default</defaultValue>
|
||||
<required>true</required>
|
||||
</field>
|
||||
</fields>
|
||||
|
|
Loading…
Reference in New Issue