imp2002 opened a new issue, #14885: URL: https://github.com/apache/dolphinscheduler/issues/14885
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Using `mvn install` to package and install a module is invalid.  ### What you expected to happen Individual modules can be packaged correctly. ### How to reproduce Use `Idea Intellij` to open ds and then use the maven GUI on the right to package an independent module such as `ds-dao`. This error occurs.  ### Anything else It seems that there is a problem with the path setting of the formatted file of the spotless plugin. The path relative to the ds root directory should be used. `<file>${maven.multiModuleProjectDirectory}/style/eclipse.importorder</file>` rather than `<file>style/eclipse.importorder</file>` After fix like this, it works normally.  ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
