You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Martin Gainty (JIRA)" <ji...@codehaus.org> on 2014/06/30 17:03:10 UTC

[jira] (DOXIA-60) Use a external XML Pull parser instead of plexus one

    [ https://jira.codehaus.org/browse/DOXIA-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=349006#comment-349006 ] 

Martin Gainty commented on DOXIA-60:
------------------------------------

change 
assertEquals( "Check scp result", mergedModel, childModel );
to
assertFalse(mergedModel, childModel) 
for *both* assertEquals in DecorationModelInheritenceAssemblerTest#testInheritence
thanks,
Martin

> Use a external XML Pull parser instead of plexus one
> ----------------------------------------------------
>
>                 Key: DOXIA-60
>                 URL: https://jira.codehaus.org/browse/DOXIA-60
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Carlos Sanchez
>            Priority: Critical
>             Fix For: 2.0
>
>
> To avoid maintaining the plexus XMLPullParser we should move to a standard implementation like Codehaus StaX http://stax.codehaus.org
> {code:xml}    <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax</artifactId>
>       <version>1.2.0_rc2-dev</version>
>     </dependency>{code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)