This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
from 59d8f5b removed a hint from console warning
add 379a6c5 [SUREFIRE-1602] Surefire fails loading class ForkedBooter
when using a sub-directory pom file and a local maven repo
new d274309 [SUREFIRE-1607] Roadmap on Project Site
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../plugin/surefire/AbstractSurefireMojo.java | 16 +++++++++-
maven-surefire-plugin/src/site/apt/index.apt.vm | 29 ++++++++++++++++++
.../src/site/apt/index.apt | 22 ++++++++++++++
...lelNotThreadSafeIT.java => Surefire1602IT.java} | 30 ++++++++-----------
.../resources/surefire-1602/application/pom.xml | 15 ++++++++++
.../surefire-1602/integration-tests/pom.xml | 29 ++++++++++++++++++
.../integration-tests/src/test/java/org/ATest.java | 11 +++++++
.../src/test/resources/surefire-1602/pom.xml | 34 ++++++++++++++++++++++
.../resources/surefire-1602/unit-tests/pom.xml | 29 ++++++++++++++++++
.../unit-tests/src/test/java/org/ATest.java | 11 +++++++
10 files changed, 207 insertions(+), 19 deletions(-)
copy
surefire-its/src/test/java/org/apache/maven/surefire/its/{JUnit47ParallelNotThreadSafeIT.java
=> Surefire1602IT.java} (64%)
create mode 100644
surefire-its/src/test/resources/surefire-1602/application/pom.xml
create mode 100644
surefire-its/src/test/resources/surefire-1602/integration-tests/pom.xml
create mode 100644
surefire-its/src/test/resources/surefire-1602/integration-tests/src/test/java/org/ATest.java
create mode 100644 surefire-its/src/test/resources/surefire-1602/pom.xml
create mode 100644
surefire-its/src/test/resources/surefire-1602/unit-tests/pom.xml
create mode 100644
surefire-its/src/test/resources/surefire-1602/unit-tests/src/test/java/org/ATest.java