Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Fix surefire warnings #6

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Fix surefire warnings #6

merged 1 commit into from
Sep 8, 2021

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Sep 8, 2021

As system property file.encoding should be set via argLine

Emitted warning:

[INFO] --- maven-surefire-plugin:2.22.2:test (iso8859-1) @ plexus-cipher ---
[WARNING] file.encoding cannot be set as system property, use <argLine>-Dfile.encoding=...</argLine> instead

As system property file.encoding should be set via argLine

Emitted warning:

```
[INFO] --- maven-surefire-plugin:2.22.2:test (iso8859-1) @ plexus-cipher ---
[WARNING] file.encoding cannot be set as system property, use <argLine>-Dfile.encoding=...</argLine> instead
```
@cstamas cstamas self-assigned this Sep 8, 2021
@cstamas cstamas merged commit befde26 into master Sep 8, 2021
@cstamas cstamas deleted the fix-surefire-warnings branch September 8, 2021 07:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants