laurentgo commented on code in PR #41825:
URL: https://github.com/apache/arrow/pull/41825#discussion_r1627640066


##########
java/.mvn/develocity.xml:
##########


Review Comment:
   The move is one way to fix the issue where some documentation builds do not 
build arrow from the git repository but are copying the source directories to a 
different location, causing ${maven.multiModuleProjectDirectory} to not be 
populated correctly (Maven tries first to look for a `.mvn` file which doesn't 
exist anymore on those builds, then try to find the nearest from root pom.xml 
from a filesystem perspective as a fallback). IMHO moving .mvn directory 
(instead of fixing the build scripts) seems better as it should also prevent 
future similar issues and `.mvn` directory is definitively java specific



-- 
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]

Reply via email to