You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by gm...@apache.org on 2011/08/13 14:07:09 UTC

svn commit: r1157372 - /incubator/rat/main/trunk/pom.xml

Author: gmcdonald
Date: Sat Aug 13 12:07:09 2011
New Revision: 1157372

URL: http://svn.apache.org/viewvc?rev=1157372&view=rev
Log:
Add Buildbot Info to reports. It seems <system>Buildbot</system> is not converted to a known URL and so is skipped on the report page.

Modified:
    incubator/rat/main/trunk/pom.xml

Modified: incubator/rat/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/pom.xml?rev=1157372&r1=1157371&r2=1157372&view=diff
==============================================================================
--- incubator/rat/main/trunk/pom.xml (original)
+++ incubator/rat/main/trunk/pom.xml Sat Aug 13 12:07:09 2011
@@ -177,6 +177,7 @@ Note that binary compatibility is not ga
               <report>project-team</report>
               <report>mailing-list</report>
               <report>issue-tracking</report>
+              <report>cim</report>
               <report>license</report>
               <report>scm</report>
             </reports>
@@ -252,6 +253,11 @@ Note that binary compatibility is not ga
     <url>https://issues.apache.org/jira/browse/RAT</url>
   </issueManagement>
 
+  <ciManagement>
+    <system>Buildbot</system>
+    <url>http://ci.apache.org/builders/rat_trunk</url>
+  </ciManagement>
+  
   <mailingLists>
     <mailingList>
       <name>RAT Dev</name>