[ http://jira.codehaus.org/browse/CONTINUUM-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230893#action_230893 ] Stephen M. Wick commented on CONTINUUM-1801: -------------------------------------------- I am having this same problem with Redhat 5.4, Java 1.6.0_18, Maven 2.2.1, and Continuum 1.3.5. It happens when I use continuum to perform a release of my java project. It doesn't happen every time. The .pom that is produced is 12288 bytes in size (3x4096). Unfortunately it doesn't happen every time, and I cannot send you my work project without having you sign a release for legal reasons. Is there any way I can help you troubleshoot this issue without sending you a project to reproduce the problem? > 20 or more exclusions from a Maven 2 transitive dependency results in build error > --------------------------------------------------------------------------------- > > Key: CONTINUUM-1801 > URL: http://jira.codehaus.org/browse/CONTINUUM-1801 > Project: Continuum > Issue Type: Bug > Components: Integration - Maven 2 > Affects Versions: 1.1 > Environment: Linux > Reporter: Chris Rompot > Priority: Minor > Fix For: Backlog > > > When building a Maven 2 project with 20 or more exclusions from a dependency, that project builds correctly. > For example, > > org.springmodules > spring-modules-cache > 0.8a > > > gigaspaces > gigaspaces-ce > > ... many more exclusions > build correctly for a project. > When this first project is a dependency of another project, the second project's build fails with an error similar to the following: > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > Project ID: com.pearson.rase:test-management-gateway-client > Reason: Failed to build model from file '/home/bbuilder/.m2/repository/com/pearson/rase/test-management-gateway-client/1.0.0/test-management-gateway-client-1.0.0.pom'. > Error: 'no more data available - expected end tags </exclusion></exclusions></dependency></dependencies></project> to close start tag <exclusion> from line 106 and start tag <exclusions> from line 28 and start tag <dependency> from line 24 and start tag <dependencies> from line 22 and start tag <project> from line 1, parser stopped on END_TAG seen ...<groupId>opensymphony</groupId>\n ... @108:11' for project com.pearson.rase:test-management-gateway-client > This error disappears once the number of exclusions in the first project's dependency is reduced to 19 or less. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira