adoroszlai commented on PR #3579: URL: https://github.com/apache/ozone/pull/3579#issuecomment-1172958945
Thanks @ayushtkn for taking a look. > BTW any pointers why it was kept here in the first place? and if it is packaged today or not? Just curious if it was there for some runtime purpose or so, or was it just a miss. HDDS-2106 copied lots of definitions from Hadoop POM to `pom.ozone.xml` (which was renamed to root `pom.xml` after the repo split), to be able to use it as a parent for subprojects instead of `hadoop-project`. `plexus-utils` and `plexus-component-annotations` are not included in the binary tarball, since they are neither explicitly used as dependencies, nor are they transitive ones. They are used by `hadoop-maven-plugins`, which does not have an Ozone equivalent. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
