michael-o commented on a change in pull request #27:
URL: 
https://github.com/apache/maven-project-info-reports-plugin/pull/27#discussion_r549105428



##########
File path: 
src/main/java/org/apache/maven/report/projectinfo/CiManagementReport.java
##########
@@ -88,6 +91,21 @@ protected String getI18Nsection()
     private static class CiManagementRenderer
         extends AbstractProjectInfoRenderer
     {
+
+        private static final Set<String> SYSTEMS = new HashSet<>( 
Arrays.asList(
+                "anthill",
+                "bamboo",
+                "buildforge",
+                "continuum",
+                "cruisecontrol",
+                "description",

Review comment:
       There is no such system.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to