[RESULT] [VOTE] Release Apache Maven Resources Plugin version 3.0.2

2016-12-08 Thread Christian Schulte
Hi,

The vote has passed with the following result:

+1: Robert Scholte, Anders Hammar, Olivier Lamy, Karl Heinz Marbaise,
Hervé Boutemy

PMC quorum: reached.

I will promote the artifacts to the central repo.


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



[GitHub] maven-surefire pull request #114: Parallel runner should not drop away runne...

2016-12-08 Thread Fuud
Github user Fuud commented on a diff in the pull request:

https://github.com/apache/maven-surefire/pull/114#discussion_r91513593
  
--- Diff: 
surefire-providers/surefire-junit47/src/test/java/org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilderTest.java
 ---
@@ -32,15 +32,13 @@
 import org.junit.runner.JUnitCore;
 import org.junit.runner.Result;
 import org.junit.runner.RunWith;
+import org.junit.runner.notification.RunListener;
+import org.junit.runner.notification.RunNotifier;
+import org.junit.runners.ParentRunner;
 import org.junit.runners.Suite;
+import org.junit.runners.model.InitializationError;
 
-import java.util.ArrayList;
--- End diff --

Fixed


---
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



[GitHub] maven-surefire pull request #114: Parallel runner should not drop away runne...

2016-12-08 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request:

https://github.com/apache/maven-surefire/pull/114#discussion_r91498487
  
--- Diff: 
surefire-providers/surefire-junit47/src/test/java/org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilderTest.java
 ---
@@ -32,15 +32,13 @@
 import org.junit.runner.JUnitCore;
 import org.junit.runner.Result;
 import org.junit.runner.RunWith;
+import org.junit.runner.notification.RunListener;
+import org.junit.runner.notification.RunNotifier;
+import org.junit.runners.ParentRunner;
 import org.junit.runners.Suite;
+import org.junit.runners.model.InitializationError;
 
-import java.util.ArrayList;
--- End diff --

Pls do not use wildcard `import java.util.*;` and revert this section back.


---
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



[GitHub] maven-surefire pull request #114: Parallel runner should not drop away runne...

2016-12-08 Thread Fuud
Github user Fuud commented on a diff in the pull request:

https://github.com/apache/maven-surefire/pull/114#discussion_r91491402
  
--- Diff: 
surefire-providers/surefire-junit47/src/main/java/org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilder.java
 ---
@@ -428,10 +428,10 @@ private void determineThreadCounts( long suites, long 
classes, long methods )
 {
 int children = countChildren( runner );
 childrenCounter += children;
-if ( children != 0 )
-{
+//if ( children != 0 )
--- End diff --

Fixed


---
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



[GitHub] maven-surefire issue #114: Parallel runner should not drop away runners that...

2016-12-08 Thread Fuud
Github user Fuud commented on the issue:

https://github.com/apache/maven-surefire/pull/114
  
Just FYI: integration tests suite does not pass on Windows.


---
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



[GitHub] maven-surefire issue #114: Parallel runner should not drop away runners that...

2016-12-08 Thread Fuud
Github user Fuud commented on the issue:

https://github.com/apache/maven-surefire/pull/114
  
Tests run: 701, Failures: 0, Errors: 0, Skipped: 133

[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-check) @ 
surefire-integration-tests ---
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:2.12.4:verify (default) @ 
surefire-integration-tests ---
[INFO] Failsafe report directory: 
/tmp/maven-surefire/surefire-integration-tests/target/failsafe-reports
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ 
surefire-integration-tests ---
[INFO] Skipping artifact installation
[INFO] 

[INFO] Reactor Summary:
[INFO]
[INFO] Apache Maven Surefire . SUCCESS [  2.059 
s]
[INFO] ShadeFire JUnit3 Provider . SUCCESS [  0.831 
s]
[INFO] SureFire API .. SUCCESS [  4.160 
s]
[INFO] SureFire Booter ... SUCCESS [  1.175 
s]
[INFO] Maven Surefire Test-Grouping Support .. SUCCESS [  2.420 
s]
[INFO] SureFire Providers  SUCCESS [  0.339 
s]
[INFO] Shared JUnit3 Provider Code ... SUCCESS [  0.522 
s]
[INFO] Shared Java 5 Provider Base ... SUCCESS [  0.674 
s]
[INFO] Shared JUnit4 Provider Code ... SUCCESS [  0.739 
s]
[INFO] Shared JUnit48 Provider Code .. SUCCESS [  1.103 
s]
[INFO] SureFire JUnit Runner . SUCCESS [  0.542 
s]
[INFO] SureFire JUnit4 Runner  SUCCESS [  0.982 
s]
[INFO] Maven Surefire Common . SUCCESS [  4.611 
s]
[INFO] SureFire JUnitCore Runner . SUCCESS [ 51.137 
s]
[INFO] SureFire TestNG Utils . SUCCESS [  0.650 
s]
[INFO] SureFire TestNG Runner  SUCCESS [  0.818 
s]
[INFO] Surefire Report Parser  SUCCESS [  1.268 
s]
[INFO] Maven Surefire Plugin . SUCCESS [  4.376 
s]
[INFO] Maven Failsafe Plugin . SUCCESS [ 22.047 
s]
[INFO] Maven Surefire Report Plugin .. SUCCESS [  5.319 
s]
[INFO] Maven Surefire Integration Test Setup . SUCCESS [ 15.186 
s]
[INFO] Maven Surefire Integration Tests .. SUCCESS [26:14 
min]
[INFO] 

[INFO] BUILD SUCCESS
[INFO] 

[INFO] Total time: 28:16 min
[INFO] Finished at: 2016-12-08T10:43:01+01:00
[INFO] Final Memory: 72M/656M



---
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