You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/03/08 23:57:04 UTC

[skywalking] branch master updated: chore: skip tests when releasing (#10511)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 55233afd54 chore: skip tests when releasing (#10511)
55233afd54 is described below

commit 55233afd5454783d1867ed55ed49dde427697d51
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Mar 9 07:56:49 2023 +0800

    chore: skip tests when releasing (#10511)
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 57e4165828..d296e2e7af 100755
--- a/pom.xml
+++ b/pom.xml
@@ -370,6 +370,14 @@
                     <artifactId>antlr4-maven-plugin</artifactId>
                     <version>${antlr.version}</version>
                 </plugin>
+                
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <arguments>-DskipTests</arguments>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>