You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2021/12/22 16:16:10 UTC

[dolphinscheduler] 06/09: add maven plugin in the logger server

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

kezhenxu94 pushed a commit to branch pull/heads/7481
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit 0c5f0f78e9f9fb7e0d5ab6378f98e63281f877c4
Author: zhuangchong <zh...@163.com>
AuthorDate: Sat Dec 18 22:19:52 2021 +0800

    add maven plugin in the logger server
---
 dolphinscheduler-log-server/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dolphinscheduler-log-server/pom.xml b/dolphinscheduler-log-server/pom.xml
index de58a62..00c8242 100644
--- a/dolphinscheduler-log-server/pom.xml
+++ b/dolphinscheduler-log-server/pom.xml
@@ -52,6 +52,10 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+            </plugin>
+            <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <executions>
                     <execution>