Aggarwal-Raghav commented on code in PR #488: URL: https://github.com/apache/tez/pull/488#discussion_r3302403379
########## .mvn/.keep: ########## Review Comment: `.mvn` directory is required for the `project.root` variable in parent `pom.xml` to resolve the root direcotry path correctly. In spotbugs and javadoc it is doing `cd tez-api; mvn test-compile javadoc:javadoc` and the `dev-support` directory path was not concatenated correctly. To ensure github clock the empty directory, i kept a dummy empty file .keep in .mvn direcotry. -- 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]
