This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 006d7c9225 [fix]The spring boot startup banner is lost, and the maven package does not package the pictures in the resources directory (#10955) 006d7c9225 is described below commit 006d7c922567997d60bc8b96ece0b90117d524e6 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Mon Jul 18 16:00:14 2022 +0800 [fix]The spring boot startup banner is lost, and the maven package does not package the pictures in the resources directory (#10955) --- fe/fe-core/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index f5eda91bf7..894d762086 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -684,6 +684,12 @@ under the License. <exclude>cup</exclude> </excludes> </resource> + <resource> + <directory>src/main/resources</directory> + <includes> + <include>**/*.*</include> + </includes> + </resource> </resources> <plugins> <!--jcup--> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org