-
- 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
- graphx/pom.xml 0 additions, 1 deletiongraphx/pom.xml
- launcher/pom.xml 0 additions, 1 deletionlauncher/pom.xml
- mllib-local/pom.xml 0 additions, 1 deletionmllib-local/pom.xml
- mllib/pom.xml 0 additions, 1 deletionmllib/pom.xml
- repl/pom.xml 0 additions, 1 deletionrepl/pom.xml
- sql/catalyst/pom.xml 0 additions, 1 deletionsql/catalyst/pom.xml
- sql/core/pom.xml 0 additions, 1 deletionsql/core/pom.xml
- sql/hive-thriftserver/pom.xml 0 additions, 1 deletionsql/hive-thriftserver/pom.xml
- sql/hive/pom.xml 0 additions, 1 deletionsql/hive/pom.xml
- streaming/pom.xml 0 additions, 1 deletionstreaming/pom.xml
- tools/pom.xml 0 additions, 1 deletiontools/pom.xml
- yarn/pom.xml 0 additions, 1 deletionyarn/pom.xml
Loading
Please register or sign in to comment