You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by jo...@apache.org on 2020/07/23 02:28:32 UTC

[incubator-dolphinscheduler-maven-plugin] 17/34: all file add Apache License header

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

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

commit da7e4de57a5a9b8cebdd7647f0bff3c7e01ed5b5
Author: gaojun2048 <54...@qq.com>
AuthorDate: Tue Jun 16 12:24:09 2020 +0800

    all file add Apache License header
---
 .../org/apache/dolphinscheduler/maven/DolphinDescriptorGenerator.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/dolphinscheduler/maven/DolphinDescriptorGenerator.java b/src/main/java/org/apache/dolphinscheduler/maven/DolphinDescriptorGenerator.java
index 5eb26fd..2df3603 100644
--- a/src/main/java/org/apache/dolphinscheduler/maven/DolphinDescriptorGenerator.java
+++ b/src/main/java/org/apache/dolphinscheduler/maven/DolphinDescriptorGenerator.java
@@ -38,7 +38,7 @@ import java.util.ArrayList;
 import java.util.List;
 
 /**
- * Mojo that generates the service descriptor JAR for DolphinScheduler plugins.
+ * create the spi service file
  */
 @Mojo(name = "generate-dolphin-service-descriptor",
         defaultPhase = LifecyclePhase.PACKAGE,