Browse Source

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

labbomb
fuchanghai 2 years ago committed by GitHub
parent
commit
feb077035e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pom.xml

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>

Loading…
Cancel
Save