You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/08/01 04:40:54 UTC

[dubbo-spi-extensions] branch master updated: fix argline (#39)

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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f44dce  fix argline (#39)
6f44dce is described below

commit 6f44dce1645f0f110164541c55926940fb35eadc
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sun Aug 1 12:40:49 2021 +0800

    fix argline (#39)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 2c53579..4729d94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,7 @@
                 <configuration>
                     <useSystemClassLoader>true</useSystemClassLoader>
                     <forkMode>once</forkMode>
+                    <argLine>${argline} ${jacocoArgLine}</argLine>
                     <systemProperties>
                         <!-- common shared -->
                     </systemProperties>