This is an automated email from the ASF dual-hosted git repository. olamy pushed a change to branch SUREFIRE-2298-nested-classes in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
from 12db137e4 Add cucumber test from https://github.com/apache/maven-surefire/issues/834 add 329c90dc0 Add test from https://github.com/apache/maven-surefire/issues/839 No new revisions were added by this update. Summary of changes: .../its/{CucumberIT.java => ArchUnitIT.java} | 34 +++++--------------- surefire-its/src/test/resources/archunit/pom.xml | 36 ++++++++++++++++++++++ .../src/test/java/custom/ArchUnitTest.java | 16 ++++++++++ .../archunit/src/test/java/custom/MyDTO.java | 10 ++++++ 4 files changed, 69 insertions(+), 27 deletions(-) copy surefire-its/src/test/java/org/apache/maven/surefire/its/{CucumberIT.java => ArchUnitIT.java} (62%) create mode 100644 surefire-its/src/test/resources/archunit/pom.xml create mode 100644 surefire-its/src/test/resources/archunit/src/test/java/custom/ArchUnitTest.java create mode 100644 surefire-its/src/test/resources/archunit/src/test/java/custom/MyDTO.java