slawekjaranowski commented on a change in pull request #27:
URL:
https://github.com/apache/maven-project-info-reports-plugin/pull/27#discussion_r549751772
##########
File path:
src/main/java/org/apache/maven/report/projectinfo/CiManagementReport.java
##########
@@ -225,23 +199,29 @@ else if ( isCiManagementSystem( system, "travis" ) )
}
/**
- * Checks if a CI management system is bugzilla, continuum...
+ * Search system description.
*
- * @return true if the CI management system is bugzilla, continuum...,
false otherwise.
+ * @param system a system for description
+ * @return system description from properties
*/
- private boolean isCiManagementSystem( String system, String actual )
+ private String getIntroForManagementSystem( String system )
Review comment:
method renamed
----------------------------------------------------------------
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]