-
- Downloads
[SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...
[SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition and inherited from the parent https://issues.apache.org/jira/browse/SPARK-16535 ## What changes were proposed in this pull request? When I scan through the pom.xml of sub projects, I found this warning as below and attached screenshot ``` Definition of groupId is redundant, because it's inherited from the parent ```  I've tried to remove some of the lines with groupId definition, and the build on my local machine is still ok. ``` <groupId>org.apache.spark</groupId> ``` 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 ## How was this patch tested? I've tested by re-building the project, and build succeeded. Author: Xin Ren <iamshrek@126.com> Closes #14189 from keypointt/SPARK-16535.
Showing
- assembly/pom.xml 0 additions, 1 deletionassembly/pom.xml
- common/network-common/pom.xml 0 additions, 1 deletioncommon/network-common/pom.xml
- common/network-shuffle/pom.xml 0 additions, 1 deletioncommon/network-shuffle/pom.xml
- common/network-yarn/pom.xml 0 additions, 1 deletioncommon/network-yarn/pom.xml
- common/sketch/pom.xml 0 additions, 1 deletioncommon/sketch/pom.xml
- common/tags/pom.xml 0 additions, 1 deletioncommon/tags/pom.xml
- common/unsafe/pom.xml 0 additions, 1 deletioncommon/unsafe/pom.xml
- core/pom.xml 0 additions, 1 deletioncore/pom.xml
- examples/pom.xml 0 additions, 1 deletionexamples/pom.xml
- external/flume-assembly/pom.xml 0 additions, 1 deletionexternal/flume-assembly/pom.xml
- external/flume-sink/pom.xml 0 additions, 1 deletionexternal/flume-sink/pom.xml
- external/flume/pom.xml 0 additions, 1 deletionexternal/flume/pom.xml
- external/java8-tests/pom.xml 0 additions, 1 deletionexternal/java8-tests/pom.xml
- external/kafka-0-10-assembly/pom.xml 0 additions, 1 deletionexternal/kafka-0-10-assembly/pom.xml
- external/kafka-0-10/pom.xml 0 additions, 1 deletionexternal/kafka-0-10/pom.xml
- external/kafka-0-8-assembly/pom.xml 0 additions, 1 deletionexternal/kafka-0-8-assembly/pom.xml
- external/kafka-0-8/pom.xml 0 additions, 1 deletionexternal/kafka-0-8/pom.xml
- external/kinesis-asl-assembly/pom.xml 0 additions, 1 deletionexternal/kinesis-asl-assembly/pom.xml
- external/kinesis-asl/pom.xml 0 additions, 1 deletionexternal/kinesis-asl/pom.xml
- external/spark-ganglia-lgpl/pom.xml 0 additions, 1 deletionexternal/spark-ganglia-lgpl/pom.xml
Loading
Please register or sign in to comment