This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new 3a4375c Specify filter encoding
3a4375c is described below
commit 3a4375c570612a326d1471cd047450c6564ff7af
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 27 11:17:48 2023 +0100
Specify filter encoding
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 95a0090..1aebb6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,6 +544,10 @@ The following provides more details on the included
cryptographic software:
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <!-- define filter encoding -->
+ <propertiesEncoding>UTF-8</propertiesEncoding>
+ </configuration>
<executions>
<execution>
<id>create-version-file</id>