mirror of https://github.com/apache/maven.git
reduce what is in <build> in a profile according to John's previous change
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
112fccd46e
commit
1af2ee3f6d
|
@ -446,6 +446,15 @@
|
|||
when generating <a href="/plugins/javadoc/index.html">JavaDoc</a>.
|
||||
]]></description>
|
||||
</field>
|
||||
<field>
|
||||
<name>build</name>
|
||||
<version>3.0.0+</version>
|
||||
<required>true</required>
|
||||
<description><![CDATA[Information required to build the project.]]></description>
|
||||
<association>
|
||||
<type>Build</type>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
<name>profiles</name>
|
||||
<version>4.0.0</version>
|
||||
|
@ -613,15 +622,6 @@
|
|||
<type>Reports</type>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
<name>build</name>
|
||||
<version>3.0.0+</version>
|
||||
<required>true</required>
|
||||
<description><![CDATA[Information required to build the project.]]></description>
|
||||
<association>
|
||||
<type>Build</type>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
<name>dependencyManagement</name>
|
||||
<version>4.0.0</version>
|
||||
|
@ -747,7 +747,7 @@
|
|||
</fields>
|
||||
</class>
|
||||
<class>
|
||||
<name>Build</name>
|
||||
<name>BuildBase</name>
|
||||
<version>3.0.0+</version>
|
||||
<superClass>PluginConfiguration</superClass>
|
||||
<fields>
|
||||
|
@ -759,6 +759,53 @@
|
|||
]]></description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>resources</name>
|
||||
<version>3.0.0+</version>
|
||||
<description><![CDATA[
|
||||
This element describes all of the resources associated with a
|
||||
project or unit tests. Each resource is described by a resource
|
||||
element, which is then described by additional elements (described
|
||||
<a href="#resource">below</a>). These resources are used to complete
|
||||
the jar file or to run unit test.
|
||||
]]></description>
|
||||
<association>
|
||||
<type>Resource</type>
|
||||
<multiplicity>*</multiplicity>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
<name>testResources</name>
|
||||
<version>4.0.0</version>
|
||||
<description><![CDATA[
|
||||
This element describes all of the resources associated with a
|
||||
project's unit tests. Each resource is described by a resource
|
||||
element, which is then described by additional elements (described
|
||||
<a href="#resource">below</a>). These resources are used to complete
|
||||
the jar file or to run unit test.
|
||||
]]></description>
|
||||
<association>
|
||||
<type>Resource</type>
|
||||
<multiplicity>*</multiplicity>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
<name>finalName</name>
|
||||
<version>4.0.0</version>
|
||||
<description><![CDATA[
|
||||
The filename (including an extension, but with no path information) that the produced artifact
|
||||
will be called. The default value is artifactId-version.extension (where extension is derived from
|
||||
type).
|
||||
]]></description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
</fields>
|
||||
</class>
|
||||
<class>
|
||||
<name>Build</name>
|
||||
<version>3.0.0+</version>
|
||||
<superClass>BuildBase</superClass>
|
||||
<fields>
|
||||
<field>
|
||||
<name>nagEmailAddress</name>
|
||||
<version>3.0.0</version>
|
||||
|
@ -875,36 +922,6 @@
|
|||
<type>UnitTest</type>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
<name>resources</name>
|
||||
<version>3.0.0+</version>
|
||||
<description><![CDATA[
|
||||
This element describes all of the resources associated with a
|
||||
project or unit tests. Each resource is described by a resource
|
||||
element, which is then described by additional elements (described
|
||||
<a href="#resource">below</a>). These resources are used to complete
|
||||
the jar file or to run unit test.
|
||||
]]></description>
|
||||
<association>
|
||||
<type>Resource</type>
|
||||
<multiplicity>*</multiplicity>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
<name>testResources</name>
|
||||
<version>4.0.0</version>
|
||||
<description><![CDATA[
|
||||
This element describes all of the resources associated with a
|
||||
project's unit tests. Each resource is described by a resource
|
||||
element, which is then described by additional elements (described
|
||||
<a href="#resource">below</a>). These resources are used to complete
|
||||
the jar file or to run unit test.
|
||||
]]></description>
|
||||
<association>
|
||||
<type>Resource</type>
|
||||
<multiplicity>*</multiplicity>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
<name>directory</name>
|
||||
<version>4.0.0</version>
|
||||
|
@ -921,16 +938,6 @@
|
|||
]]></description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>finalName</name>
|
||||
<version>4.0.0</version>
|
||||
<description><![CDATA[
|
||||
The filename (including an extension, but with no path information) that the produced artifact
|
||||
will be called. The default value is artifactId-version.extension (where extension is derived from
|
||||
type).
|
||||
]]></description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>testOutputDirectory</name>
|
||||
<version>4.0.0</version>
|
||||
|
@ -2239,6 +2246,15 @@
|
|||
<type>Activation</type>
|
||||
</association>
|
||||
</field>
|
||||
<field xml.tagName="build">
|
||||
<name>build</name>
|
||||
<version>4.0.0</version>
|
||||
<required>true</required>
|
||||
<description><![CDATA[Information required to build the project.]]></description>
|
||||
<association>
|
||||
<type>BuildBase</type>
|
||||
</association>
|
||||
</field>
|
||||
</fields>
|
||||
<codeSegments>
|
||||
<codeSegment>
|
||||
|
|
Loading…
Reference in New Issue