You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by ga...@apache.org on 2020/07/15 09:37:24 UTC

[incubator-dolphinscheduler-maven-plugin] 20/22: Update README.md

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

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

commit 02e71c14ee923db01ce22cbc841e75a58ae39264
Author: gaojun2048 <32...@users.noreply.github.com>
AuthorDate: Sun Jul 12 09:51:03 2020 +0800

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7661f40..c86ad7f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 ### This is a maven plugin for DolphinScheduler , It has three functions:
 
-1. It is allowed to add <packaging>dolphinscheduler-plugin</packaging> to the pom file. If <packaging>dolphinscheduler-plugin</packaging> is added to the pom file, the DolphinScheduler service will load this model as a DolphinScheduler plugin.
+1. It is allowed to add \<packaging\>dolphinscheduler-plugin\</packaging\> to the pom file. If <packaging>dolphinscheduler-plugin</packaging> is added to the pom file, the DolphinScheduler service will load this model as a DolphinScheduler plugin.
 
 2. Automatically check the model with <packaging>dolphinscheduler-plugin</packaging> added to the pom file, and will automatically generate META-INF/services/org.apache.dolphinscheduler.spi.DolphinScheduler file when compile.