You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/07/13 23:28:20 UTC

[jira] [Assigned] (SPARK-16535) pom.xml warning: "Definition of groupId is redundant, because it's inherited from the parent"

     [ https://issues.apache.org/jira/browse/SPARK-16535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-16535:
------------------------------------

    Assignee: Apache Spark

> pom.xml warning: "Definition of groupId is redundant, because it's inherited from the parent"
> ---------------------------------------------------------------------------------------------
>
>                 Key: SPARK-16535
>                 URL: https://issues.apache.org/jira/browse/SPARK-16535
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Xin Ren
>            Assignee: Apache Spark
>            Priority: Minor
>         Attachments: Screen Shot 2016-07-13 at 3.13.11 PM.png
>
>
> When I scan through the pom.xml of sub projects, I found this warning as below and attached screenshot
> {code}
> Definition of groupId is redundant, because it's inherited from the parent
> {code}
> I've tried to remove some of the lines with groupId definition, and the build on my local machine is still ok.
> {code}
> <groupId>org.apache.spark</groupId>
> {code}
> As I just find now <maven.version>3.3.9</maven.version> is being used in Spark 2.x, and Maven-3 supports versionless parent elements: Maven 3 will remove the need to specify the parent version in sub modules. THIS is great (in Maven 3.1).
> ref: http://stackoverflow.com/questions/3157240/maven-3-worth-it/3166762#3166762



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org