You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2010/06/24 17:47:23 UTC

svn commit: r957585 - /ant/core/trunk/src/etc/poms/pom.xml

Author: jglick
Date: Thu Jun 24 15:47:23 2010
New Revision: 957585

URL: http://svn.apache.org/viewvc?rev=957585&view=rev
Log:
Record location of Hudson job in POM.
(For example, NetBeans can use this to automatically display build results when project is open.)

Modified:
    ant/core/trunk/src/etc/poms/pom.xml

Modified: ant/core/trunk/src/etc/poms/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/pom.xml?rev=957585&r1=957584&r2=957585&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/pom.xml Thu Jun 24 15:47:23 2010
@@ -47,6 +47,10 @@ xsi:schemaLocation="http://maven.apache.
     <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>