From 1cfe802a4f81c901ac3e9c0b01086c8e9624a652 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 25 Aug 2021 21:45:20 +0800 Subject: [PATCH] Create README.md --- maven-modules/maven-surefire-plugin/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 maven-modules/maven-surefire-plugin/README.md diff --git a/maven-modules/maven-surefire-plugin/README.md b/maven-modules/maven-surefire-plugin/README.md new file mode 100644 index 0000000000..63cf5ade3b --- /dev/null +++ b/maven-modules/maven-surefire-plugin/README.md @@ -0,0 +1,3 @@ +## Relevant Articles: + +- [Running a Single Test or Method With Maven](https://www.baeldung.com/maven-run-single-test)