Anomalie #1494
Plugin encoding parameter is not properly managed
| Status: | Résolu | Start date: | 04/30/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | plugin maven | Spent time: | 12.00 hours | |
| Target version: | 2.4 |
Description
Even if encoding is set to UTF-8, resulting properties file will stay in default ISO-8859-1 format. With JDK1.6 it's possible to use Writer and given specific encoding to save those files.
SortedProperties from maven-helper-plugin is not properly implemented to allow this behavior.
Related issues
History
#1
Updated by Florian DESBOIS about 2 years ago
- Target version set to 2.4
#2
Updated by Florian DESBOIS about 2 years ago
- % Done changed from 0 to 80
#3
Updated by Florian DESBOIS about 2 years ago
- % Done changed from 80 to 100
#4
Updated by Florian DESBOIS about 2 years ago
- Status changed from Nouveau to Résolu
#5
Updated by Florian DESBOIS about 2 years ago
#6
Updated by Florian DESBOIS about 2 years ago
- Subject changed from Encoding is not properly managed to Plugin encoding parameter is not properly managed