Adds CI management section

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1103618 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2011-05-16 06:19:33 +00:00
parent db3cb1f3af
commit b5d9530ee4
+16 -3
View File
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.struts</groupId>
@@ -39,7 +40,19 @@
<url>https://issues.apache.org/jira/browse/WW</url>
</issueManagement>
<ciManagement />
<ciManagement>
<system>Jenkins</system>
<url>https://builds.apache.org/hudson/view/S-Z/view/Struts</url>
<notifiers>
<notifier>
<type>mail</type>
<configuration>
<address>dev@struts.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<distributionManagement>
<site>
<id>apache-site</id>
@@ -61,7 +74,7 @@
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments />
<comments/>
</license>
</licenses>