-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn clean install adds files to presto-main/src #22685
Comments
These untracked files are from the #22645 (but they were not added by the PR, the PR removed them from the sources):
@ZacBlanco also informed me about this issue
For solution 2, it may need to tweak the webpack config to cover the dev scenarios. Need to make sure |
#1 is not really a solution. #2 is a maybe. In the past I've seen these sorts of tools use a generated-sources directory though at the moment, I can't find any docs about that. However we definitely should not generate anything into src/main. We need to put generated code somewhere |
That's option 2. |
had to look in the maven-compiler-plugin source code but it likely belongs in
|
FYI, Presto is following the Maven stadnard directory layout: https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html |
Yes, and nothing in that layout is for generated code. |
for |
I've noticed that recently these new files keep showing up in my repo:
Untracked files:
(use "git add ..." to include in what will be committed)
presto-main/src/main/resources/webapp/dev/query_viewer.js
presto-main/src/main/resources/webapp/dist/
I think these belong instead in the generated-sources directory (or something like that; still need to fully debug and research this). I suspect they've been added as a result of #22645
The text was updated successfully, but these errors were encountered: