This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git
The following commit(s) were added to refs/heads/master by this push:
new 4857d60 add dm-agent resource includes (#9)
4857d60 is described below
commit 4857d60e8606037257adcc7625accd250cc3b505
Author: LiRui <[email protected]>
AuthorDate: Mon Mar 21 12:05:36 2022 +0800
add dm-agent resource includes (#9)
add dm-agent resource includes
---
manager/dm-agent/pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/manager/dm-agent/pom.xml b/manager/dm-agent/pom.xml
index 084e9fe..f884824 100644
--- a/manager/dm-agent/pom.xml
+++ b/manager/dm-agent/pom.xml
@@ -83,9 +83,10 @@ under the License.
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
- <excludes>
- <exclude>*</exclude>
- </excludes>
+ <includes>
+ <include>logback-spring.xml</include>
+ <include>application.properties</include>
+ </includes>
</resource>
</resources>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]