Преглед изворни кода

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

fuchanghai пре 2 година
родитељ
комит
feb077035e
1 измењених фајлова са 0 додато и 2 уклоњено
  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>