[GitHub] maven-surefire pull request #163: Surefire-report

2017-09-08 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request:

https://github.com/apache/maven-surefire/pull/163#discussion_r137895395
  
--- Diff: 
maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReportMojo.java
 ---
@@ -34,13 +27,21 @@
 import org.apache.maven.shared.utils.PathTool;
 import org.apache.maven.shared.utils.StringUtils;
 
+import java.io.File;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Locale;
+import java.util.ResourceBundle;
+
 /**
  * Abstract base class for reporting test results using Surefire.
  *
  * @author Stephen Connolly
  */
 public abstract class AbstractSurefireReportMojo
-extends AbstractMavenReport
+extends AbstractMavenReport
--- End diff --

Do not change lines only because of checkstyle. Do it again and fix only 
lines for the purpose of this issue only.


---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] maven-surefire pull request #163: Surefire-report

2017-08-23 Thread shafiullas
GitHub user shafiullas opened a pull request:

https://github.com/apache/maven-surefire/pull/163

Surefire-report



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gmuecke/maven-surefire SUREFIRE-1183

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/maven-surefire/pull/163.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #163


commit 8b5bec1bd2564d57845562ae89785c704276e671
Author: Gerald Mücke 
Date:   2015-10-13T19:47:05Z

SUREFIRE-1183 added title and description property

commit 7a973689e75e977faab1905eb46765f286f79bdf
Author: Gerald Mücke 
Date:   2015-10-14T15:51:03Z

SUREFIRE-1183 added unit test




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org