Details
Description
To avoid maintaining the plexus XMLPullParser we should move to a standard implementation like Codehaus StaX http://stax.codehaus.org
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.2.0_rc2-dev</version>
</dependency>
Issue Links
| This issue is related to: | ||||
| MSITE-483 | Site validation fails in off-line mode |
|
|
|
| MNG-2254 | the encoding parameter in xml declaration of POM is ignored |
|
|
|
| DOXIA-59 | Doxia creates files with inconsistent new lines |
|
|
|
| MNG-2255 | Use a external XML Pull parser instead of plexus one |
|
|
|
| This issue is depended upon by: | ||||
| MSITE-19 | Various encoding problems with InputStream and XML |
|
|
|
agreed. But I'd rather use an official release rather than a dev version