You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/26 22:43:02 UTC

[jira] [Commented] (ORC-240) fix warnings from Maven

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

ASF GitHub Bot commented on ORC-240:
------------------------------------

GitHub user omalley opened a pull request:

    https://github.com/apache/orc/pull/172

    ORC-240. Fix maven pom file warnings

    Fix pom file warnings.

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

    $ git pull https://github.com/omalley/orc orc-240

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

    https://github.com/apache/orc/pull/172.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 #172
    
----
commit 146487561aeeaca4d1b01f3d5af18374cfbd6c60
Author: Owen O'Malley <om...@apache.org>
Date:   2017-09-26T22:34:45Z

    ORC-240. Fix maven pom file warnings
    
    Signed-off-by: Owen O'Malley <om...@apache.org>

----


> fix warnings from Maven
> -----------------------
>
>                 Key: ORC-240
>                 URL: https://issues.apache.org/jira/browse/ORC-240
>             Project: ORC
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 1.5.0
>
>
> Currently we see a few warnings from Maven.
> {code:java}
> [WARNING] Some problems were encountered while building the effective model for org.apache.orc:orc-shims:jar:1.5.0-SNAPSHOT
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ org.apache.orc:orc:1.5.0-SNAPSHOT, /Users/owen/work/code/orc/java/pom.xml, line 247, column 17
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.orc:orc:pom:1.5.0-SNAPSHOT
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 247, column 17
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING]
> [WARNING] The project org.apache.orc:orc:pom:1.5.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)