Browse Source

resolve #2474 (#2477)

* In the dev branch, in order to the RPM package which is printed under the dist module contain configuration files: master.properties, worker.properties

* Restore files deleted by mistake

Co-authored-by: zhangchunyang <zhangchunyang@analysys.com.cn>
Co-authored-by: qiaozhanwei <qiaozhanwei@outlook.com>
pull/2/head
zhangchunyang 4 years ago committed by GitHub
parent
commit
f3dc1c94ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-dist/pom.xml

1
dolphinscheduler-dist/pom.xml vendored

@ -257,6 +257,7 @@
</location>
<includes>
<include>config/*.*</include>
<include>**/*.xml</include>
</includes>
</source>

Loading…
Cancel
Save