You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2021/06/17 16:17:00 UTC

[jira] [Commented] (TEZ-4314) Fix some plugin versions in site generation

    [ https://issues.apache.org/jira/browse/TEZ-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365005#comment-17365005 ] 

László Bodor commented on TEZ-4314:
-----------------------------------

https://github.com/apache/tez/pull/131

> Fix some plugin versions in site generation
> -------------------------------------------
>
>                 Key: TEZ-4314
>                 URL: https://issues.apache.org/jira/browse/TEZ-4314
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>
> {code}
> mvn site
> {code}
> command failed for me with various errors, which I fixed as below:
> 1. maven-site-plugin
> 3.x doesn't like some html elements within XML, instead of CDATA and other hacks, I fixed with an old plugin version to pass for now
> error was like:
> {code}
> Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...</script>\n       End of Google analytics -->\n       <style>... @76:15)
> {code}
> 2. maven-project-info-reports-plugin
> changed to the latest version 3.1.2 and changed report names as described here: https://maven.apache.org/plugins/maven-project-info-reports-plugin/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)