[fix-#12875] command line that `-Dmaven.test.skip=true` have no effect (#12876)

This commit is contained in:
fuchanghai 2022-11-13 09:48:07 +08:00 committed by GitHub
parent 0373e06615
commit feb077035e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -589,8 +589,6 @@
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
<skip>false</skip>
<!--not skip compile test classes-->
</configuration>
</plugin>
<plugin>