From 15d5de12177a0cc421214abd6a5b112f1b04581a Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Thu, 29 Apr 2004 22:39:05 +0000 Subject: [PATCH] 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 --- maven-model/maven.mdo | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo index 879e871935..97f0a67d1b 100644 --- a/maven-model/maven.mdo +++ b/maven-model/maven.mdo @@ -141,6 +141,12 @@ The project's issue management information. IssueManagement + + ciManagement + 4.0.0 + The project's continuous integration management information. + CiManagement + inceptionYear 3.0.0+ @@ -483,6 +489,24 @@ + + CiManagement + 4.0.0 + + + system + 4.0.0 + The name of the continuous integration system i.e. Bugzilla + String + + + url + 4.0.0 + Url for the continuous integration system use by the project. + String + + + Contributor 3.0.0+