Browse Source

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

fuchanghai 2 years ago
parent
commit
feb077035e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pom.xml

+ 0 - 2
pom.xml

@@ -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>