Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
With MNG-2254 being fixed in Maven 2.0.8, same XML encoding support is necessary in this plugin to avoid data corruption when reading and writing POM files
Issue Links
- is related to
-
MRELEASE-87
Poms are written with wrong encodings
-
-
MNG-2254
the encoding parameter in xml declaration of POM is ignored
-
- relates to
-
MINSTALL-44
add XML encoding support for POM reading/writing
-
-
MDEPLOY-70
remove copy of plexus-utils' XML encoding support sources
-
fixed in r591045
like for install plugin, encoding problems appear only on deploy:deploy-file task (with pomFile parameter), not deploy:deploy which is AFAIK the most used
then "normal" Maven2 users who would use encoding in their pom.xml when swithcing to Maven 2.0.8 won't have any problem even with 2.3 plugin version