Skip to content

Commit 058602d

Browse files
committed
Add maven parameter for encoding
1 parent c79d898 commit 058602d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/mvn.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
name: mvn
3+
env:
4+
MAVEN_OPTS: "-Dfile.encoding=UTF-8"
35
on:
46
push:
57
branches:

qulice-pmd/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
3939
<artifactId>qulice-pmd</artifactId>
4040
<packaging>jar</packaging>
4141
<name>qulice-pmd</name>
42-
<properties>
43-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44-
</properties>
4542
<dependencies>
4643
<dependency>
4744
<groupId>com.qulice</groupId>

0 commit comments

Comments
 (0)