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

wenjun 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 b47732c140 [Fix][pom] Fix jacoco-maven-plugin error config . (#16463)
b47732c140 is described below

commit b47732c140c69647f93e3aebc66e2202f69e5388
Author: chenss <[email protected]>
AuthorDate: Thu Aug 15 11:25:00 2024 +0800

    [Fix][pom] Fix jacoco-maven-plugin error config . (#16463)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9c31972d1b..191bdde012 100755
--- a/pom.xml
+++ b/pom.xml
@@ -637,15 +637,15 @@
                         <goals>
                             <goal>instrument</goal>
                         </goals>
+                        <configuration>
+                            <excludes>com/github/dreamhead/moco/*</excludes>
+                        </configuration>
                     </execution>
                     <execution>
                         <id>default-restore-instrumented-classes</id>
                         <goals>
                             <goal>restore-instrumented-classes</goal>
                         </goals>
-                        <configuration>
-                            <excludes>com/github/dreamhead/moco/*</excludes>
-                        </configuration>
                     </execution>
                     <execution>
                         <id>default-report</id>

Reply via email to