diff --git a/.circleci/config.yml b/.circleci/config.yml
index 560cc316d..133efa13b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -11,8 +11,8 @@ jobs:
name: Verify whitelist
command: ./.circleci/verifyWhitelist.sh
- run:
- name: Run Maven tests
- command: mvn clean test
+ name: Run Maven verify
+ command: mvn clean verify -PmavenCentral
- save_cache: # saves the project dependencies
paths:
- ~/.m2
diff --git a/README.md b/README.md
index ef03d1002..abec88d87 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Java程序的基本结构练习:创建一个类
-请在默认包下(即`src/main/java`目录中)创建一个名为`Cat`的公开类。在提交Pull Request之前,你应当在本地确保所有代码已经编译通过,并且通过了测试(`mvn clean test`)
+请在默认包下(即`src/main/java`目录中)创建一个名为`Cat`的公开类。在提交Pull Request之前,你应当在本地确保所有代码已经编译通过,并且通过了测试(`mvn clean verify`)
-----
注意!我们只允许你修改以下文件,对其他文件的修改会被拒绝:
diff --git a/pom.xml b/pom.xml
index 98ad35494..404a66617 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,24 +12,56 @@
UTF-8
-
-
- alimaven
- aliyun maven
- http://maven.aliyun.com/nexus/content/groups/public/
-
-
+
+
+ aliyunMavenMirror
+
+ true
+
+
+
+ alimaven
+ aliyun maven
+ http://maven.aliyun.com/nexus/content/groups/public/
+
+
+
+
+ alimaven
+ aliyun maven
+ http://maven.aliyun.com/nexus/content/groups/public/
+
+
+
+
+ mavenCentral
+
+
+ mavenCentral
+ mavenCentral
+ https://repo.maven.apache.org/maven2
+
+
+
+
+ mavenCentral
+ mavenCentral
+ https://repo.maven.apache.org/maven2
+
+
+
+
org.junit.jupiter
junit-jupiter-api
- 5.4.2
+ 5.6.0
test
org.junit.jupiter
junit-jupiter-engine
- 5.4.2
+ 5.6.0
test