s7monk opened a new issue, #175:
URL: https://github.com/apache/incubator-paimon-webui/issues/175

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon-webui/issues) and found 
nothing similar.
   
   
   ### Paimon UI version
   
   main
   
   ### Compute Engine
   
   Flink
   
   ### Minimal reproduce step
   
   
![image](https://github.com/apache/incubator-paimon-webui/assets/34889415/afa3aa18-d4cd-4066-8902-f074d2e198d4)
   
   
   ### What doesn't meet your expectations?
   
   The paimon-web-ui module does not add a pom file, causing the module to not 
be found when the project is compiled.
   
   ### Anything else?
   
   There are two ways to fix this problem:
   - Remove <module>paimon-web-ui</module> from the parent pom in the project.
   - Add the pom file to the paimon-web-ui module, and use the 
frontend-maven-plugin plug-in to package and compile the front-end project 
module.
   
   I think the second method is better. The second method allows us to package 
the front-end module together when packaging with maven. When publishing the 
release package, we can package the front-end code and the back-end code 
together, which is more flexible.
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


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