Explorar el Código

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

fuchanghai hace 2 años
padre
commit
feb077035e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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>