Browse Source

Record location of Hudson job in POM.

(For example, NetBeans can use this to automatically display build results when project is open.)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957585 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
e30d3c24ff
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/etc/poms/pom.xml

+ 4
- 0
src/etc/poms/pom.xml View File

@@ -47,6 +47,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jant/core/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/ant/core/trunk</url>
</scm>
<ciManagement>
<system>hudson</system>
<url>http://hudson.zones.apache.org/hudson/job/Ant_BuildFromPOMs/</url>
</ciManagement>
<mailingLists>
<mailingList>
<name>Ant Developers List</name>


Loading…
Cancel
Save