You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/07 05:41:58 UTC

[jira] [Commented] (DRILL-5113) Upgrade Maven RAT plugin to avoid annoying XML errors

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

ASF GitHub Bot commented on DRILL-5113:
---------------------------------------

GitHub user paul-rogers opened a pull request:

    https://github.com/apache/drill/pull/682

    DRILL-5113: Upgrade Maven RAT plugin to avoid annoying XML errors

    Upgrade to eliminate XML compiler warnings that appear for each sub-project in the Drill build.
    
    Also fixes a Maven warning about a duplicated version error for the dependency plugin (version is inherited from root pom.xml). And removes some trailing spaces.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/paul-rogers/drill DRILL-5113

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/682.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #682
    
----
commit 6824a52ab5e52e839a52db42dec2605c2b66b720
Author: Paul Rogers <pr...@maprtech.com>
Date:   2016-12-07T05:26:58Z

    DRILL-5113: Upgrade Maven RAT plugin to avoid annoying XML errors
    
    Upgrade to eliminate XML compiler warnings that appear for each
    sub-project in the Drill build.
    
    Also fixes a Maven warning about a duplicated version error for the
    dependency plugin (version is inherited from root pom.xml).

----


> Upgrade Maven RAT plugin to avoid annoying XML errors
> -----------------------------------------------------
>
>                 Key: DRILL-5113
>                 URL: https://issues.apache.org/jira/browse/DRILL-5113
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.8.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Minor
>
> Build Drill with most Maven logging turned off. On every sub-project you will see the following:
> {code}
> Compiler warnings:
>   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
> [INFO] Starting audit...
> Audit done.
> {code}
> The warning is a known issue with Java: http://bugs.java.com/view_bug.do?bug_id=8016153
> The RAT folks seem to have done a patch: version 0.12 of the plugin no longer has the warning. Upgrade Drill's {{pom.xml}} file to use this version instead of the anonymous version currently used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)