执行命令:mvn clean package -DskipTests=true
具体卡在了:
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 192 source files to /Users
通过如下配置,可以看到具体卡的步骤:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
<verbose>true</verbose>
<useIncrementalCompilation>