mirror of
https://github.com/apache/maven.git
synced 2025-02-21 01:15:42 +00:00
o information for continuous integration, pretty much the same
format as the issueManagement element. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03267ea4be
commit
15d5de1217
@ -141,6 +141,12 @@
|
||||
<description>The project's issue management information.</description>
|
||||
<type>IssueManagement</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>ciManagement</name>
|
||||
<version>4.0.0</version>
|
||||
<description>The project's continuous integration management information.</description>
|
||||
<type>CiManagement</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>inceptionYear</name>
|
||||
<version>3.0.0+</version>
|
||||
@ -483,6 +489,24 @@
|
||||
</field>
|
||||
</fields>
|
||||
</class>
|
||||
<class>
|
||||
<name>CiManagement</name>
|
||||
<version>4.0.0</version>
|
||||
<fields>
|
||||
<field>
|
||||
<name>system</name>
|
||||
<version>4.0.0</version>
|
||||
<description>The name of the continuous integration system i.e. Bugzilla</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>url</name>
|
||||
<version>4.0.0</version>
|
||||
<description>Url for the continuous integration system use by the project.</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
</fields>
|
||||
</class>
|
||||
<class>
|
||||
<name>Contributor</name>
|
||||
<version>3.0.0+</version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user