This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 1.2.X in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/1.2.X by this push: new 4016894b Exclude the ftpserver.properties from packages 4016894b is described below commit 4016894bdf295cb3e6bc36d650ea9f850ddec7c0 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Tue Apr 5 07:10:52 2022 +0200 Exclude the ftpserver.properties from packages --- core/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 68d47c88..2c358512 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -34,6 +34,9 @@ <include>**/*.schemas</include> <include>**/*.xsd</include> </includes> + <excludes> + <exclude>**/ftpserver.properties</exclude> + </excludes> </resource> </resources> <testResources> @@ -42,6 +45,9 @@ <includes> <include>**/*.properties</include> </includes> + <excludes> + <exclude>**/ftpserver.properties</exclude> + </excludes> </testResource> </testResources> <plugins>