Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.4
-
Fix Version/s: 3.0-alpha-1
-
Component/s: POM
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
To avoid maintaining the plexus XMLPullParser we should move to a standard implementation like StaX
As mentioned in DOXIA-60:
There's a performance white paper
http://java.sun.com/performance/reference/whitepapers/StAX-1_0.pdf
The best implementation seems to be http://woodstox.codehaus.org/
Another nice set of utilities at http://wiki.java.net/bin/view/Javawsxml/StaxUtilsProject
The indentator could be used instead of the PrettyPrintXMLWriter
Issue Links
- is depended upon by
-
MEVENIDE-449
Mevenide plugin stumbels upon non ASCII characters in the path to the .m2 directory
-
- is related to
-
MNG-4708
I am not able to add name space prefixes to pom.xml
-
-
MNG-2593
Maven 2 stumbels upon non ASCII characters in the value of a <localRepository> value in the $HOME/.m2/settings.xml
-
-
MNG-2362
Deployed POM is not valid XML
-
-
MNG-2057
The Maven 2.0.2 XML parser fails to parse a UTF-8 POM that begins with the optional byte-order mark.
-
-
MNG-2254
the encoding parameter in xml declaration of POM is ignored
-
-
MNG-2818
maven 2 requires a UTF-8 locale to build properly
-
-
MNG-2769
Use of POM namespace is confused and confusing in both the code and the documentation
-
- relates to
-
MSHARED-255
create DomUtils, equivalent from Xpp3DomUtils but working on W3C DOM
-
-
DOXIA-60
Use a external XML Pull parser instead of plexus one
-
-
MPLUGIN-229
don't use Plexus' Xpp3 in generated HelpMojo to read XML files: XML parser in JDK is sufficient
-
- supercedes
-
MNG-2715
Maven does not comply to XML rules regarding prefixes.
-
-
PLXUTILS-11
MXParser can't handle the encoding declaration in XML declaration
-
Activity
| Link | This issue supercedes PLX-214 [ PLX-214 ] |
| Fix Version/s | 2.0.5 [ 12294 ] | |
| Priority | Major [ 3 ] | Critical [ 2 ] |
| Fix Version/s | 2.1 [ 11704 ] | |
| Fix Version/s | 2.0.5 [ 12294 ] |
| Link |
This issue is depended upon by |
| Fix Version/s | 2.1.x [ 13142 ] | |
| Fix Version/s | 2.1 [ 11704 ] |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 3.0 [ 13142 ] | |
| Fix Version/s | 3.0-alpha-1 [ 13143 ] |
| Link |
This issue relates to |
| Link | This issue relates to MSHARED-255 [ MSHARED-255 ] |
Seems by related issues that people is having a lot of trouble with encodings