laurentgo opened a new issue, #41787:
URL: https://github.com/apache/arrow/issues/41787

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   `fmpp-plugin-maven` is used in `arrow-vector` module to generate source 
files before the compilation phase.  Those files are generated directly under 
`target/generated-sources` where they conflict with the 
`target/generated-sources/annotations` directory created by `javac`. Per 
convention each plugin generates files under its own directory to prevent risks 
of conflicts.
   
   Although it doesn't cause a direct issue with the build, it may also confuse 
some IDEs (Eclipse and VSCode notably) which are detecting overlapping source 
directories
   
   ### Component(s)
   
   Java


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