This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new feb077035e [fix-#12875] command line that `-Dmaven.test.skip=true`
have no effect (#12876)
feb077035e is described below
commit feb077035e06b50c511b4baf9e659cbe83e86d56
Author: fuchanghai <[email protected]>
AuthorDate: Sun Nov 13 09:48:07 2022 +0800
[fix-#12875] command line that `-Dmaven.test.skip=true` have no effect
(#12876)
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 714af0172e..b398e94fc7 100755
--- a/pom.xml
+++ b/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>