You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by lg...@apache.org on 2020/07/24 12:29:12 UTC

[incubator-dolphinscheduler-maven-plugin] branch master updated: test build

This is an automated email from the ASF dual-hosted git repository.

lgcareer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 51a844b  test build
     new de71c4b  Merge pull request #6 from gaojun2048/master
51a844b is described below

commit 51a844b0ef29b884f45411821c813643ce8b863b
Author: gaojun2048 <54...@qq.com>
AuthorDate: Fri Jul 24 19:44:11 2020 +0800

    test build
    
    test build
    
    test skip test
    
    test skip test
    
    test skip test
    
    test skip test
    
    test skip test
    
    test skip test
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 928ed00..c8a1940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,9 +69,8 @@
         <takari.annotationProcessing>none</takari.annotationProcessing>
         <takari.transitiveDependencyReference>error</takari.transitiveDependencyReference>
         <takari.privatePackageReference>error</takari.privatePackageReference>
-
+        <skipTests>true</skipTests>
         <surefire.version>2.22.0</surefire.version>
-
         <maven.compiler.source>${takari.javaSourceVersion}</maven.compiler.source>
         <maven.compiler.target>${takari.javaSourceVersion}</maven.compiler.target>
     </properties>
@@ -316,6 +315,9 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>${surefire.version}</version>
+                    <configuration>
+                        <skipTests>${skipTests}</skipTests>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>