You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Information generated and published to Apache Maven repository/Maven Central is either missing or incorrect:
Modules under maven/ and bom/ directories do not have project url, mailing list, scm and issue management links
Children modules have incorrect project and scm urls as Maven appends by default the name of the name of the artifact to the url from the parent module
${project.scm.tag} hasn't been updated and is still apache-arrow-2.0.0
Component(s)
Java
The text was updated successfully, but these errors were encountered:
Some Maven modules are missing project information like the website url,
the mailing lists, and scm and issues url
Other may have incorrect links because of the way Maven interpolates
those values at build tim
Update/Fix Maven project information for all modules:
* Add project url, mailing lists, scm and issueManagement information to
bom and maven parent modules
* Fix top-level parent by preventing Maven to rewrite project url, and
scm connections/urls based on the module hierarchy
* Change project.scm.tag to `main` and update version change script to
also change the tag value to `apache-arrow-${version}`
### Rationale for this change
Some Maven modules are missing project information like the website url, the mailing lists, and scm and issues url
Other may have incorrect links because of the way Maven interpolates those values at build time
### What changes are included in this PR?
Update/Fix Maven project information for all modules:
* Add project url, mailing lists, scm and issueManagement information to bom and maven parent modules
* Fix top-level parent by preventing Maven to rewrite project url, and scm connections/urls based on the module hierarchy
* Change project.scm.tag to `main` and update version change script to also change the tag value to `apache-arrow-${version}`
### Are these changes tested?
CI/CD only
### Are there any user-facing changes?
No
* GitHub Issue: #43229
Authored-by: Laurent Goujon <[email protected]>
Signed-off-by: David Li <[email protected]>
Describe the enhancement requested
Follow up of the conversation at #43191
Information generated and published to Apache Maven repository/Maven Central is either missing or incorrect:
maven/
andbom/
directories do not have project url, mailing list, scm and issue management links${project.scm.tag}
hasn't been updated and is stillapache-arrow-2.0.0
Component(s)
Java
The text was updated successfully, but these errors were encountered: