laurentgo opened a new pull request, #41772:
URL: https://github.com/apache/arrow/pull/41772
Use/update Maven modules to `org.apache:apache:31` and clean up Maven
modules to remove unnecessary configuration or outdated workarounds
* Add `org.apache:apache:31` to `org.apache.arrow:arrow-bom` and
`org.apache.arrow.maven.plugins:arrow-maven-plugins` to make them conformant
with ASF standards
* Update `org.apache.arrow:arrow-java-root` parent to `org.apache:parent:31`
* Use `version.*` and other properties to override plugin versions defined
by `org.apache:parent`
* Move standalone plugin versions under pluginManagement at the top level
* Cleanup redundant plugin version or configuration declaration
* Update `maven-dependency-plugin` to 3.6.1 and add the required overrides
when necessary
* Update `maven-shade-plugin` to 3.5.1 (via `org.apache:parent`)
- disable reduced dependency pom creation for non-terminal modules
* Remove enforcer check for java and maven version (handled by
`org.apache:parent`)
* Remove unnecessary `mvnrepository` link comments
* Remove `m2e.version` property check in profiles (only needed for
errorprone plugin configuration which is incompatible with M2E)
* Cleanup `argLine` overrides for surefire/failsafe plugins
* Remove unnecessary `../pom.xml` `<relativePath>` directives
* Remove source/target/encoding configuration properties for
`maven-compiler-plugin`, `maven-javadoc-plugin` and `maven-resources-plugin` as
it is handled by `org.apache:parent` and plugin themselves
* Remove unnecessary copy of codegen templates in `arrow-vector` module
* Remove unnecessary junit jupiter engine dependencies for surefire/failsafe
plugins.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]