datasophon
datasophon copied to clipboard
[Bug] maven compilation exception
Search before asking
- [X] I had searched in the issues and found no similar issues.
What happened
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for datasophon 1.1.1:
[INFO]
[INFO] datasophon ......................................... SUCCESS [ 0.494 s]
[INFO] datasophon-dao ..................................... SUCCESS [ 4.750 s]
[INFO] datasophon-common .................................. SUCCESS [ 3.971 s]
[INFO] datasophon-ui ...................................... FAILURE [02:17 min]
[INFO] datasophon-api ..................................... SKIPPED
[INFO] datasophon-worker .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:27 min
[INFO] Finished at: 2023-06-06T15:00:42+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.10.3:npm (npm run build) on project datasophon-ui: Failed to run task: 'npm run build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :datasophon-ui
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: E:\maven
Java version: 17.0.4, vendor: Red Hat, Inc., runtime: E:\RedHat\java-17-openjdk
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
What you expected to happen
maven 编译异常
How to reproduce
maven 编译异常
Anything else
No response
Version
dev
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Search before asking
- [X] I had searched in the issues and found no similar issues.
What happened
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for datasophon 1.1.1:
[INFO]
[INFO] datasophon ......................................... SUCCESS [ 0.494 s]
[INFO] datasophon-dao ..................................... SUCCESS [ 4.750 s]
[INFO] datasophon-common .................................. SUCCESS [ 3.971 s]
[INFO] datasophon-ui ...................................... FAILURE [02:17 min]
[INFO] datasophon-api ..................................... SKIPPED
[INFO] datasophon-worker .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:27 min
[INFO] Finished at: 2023-06-06T15:00:42+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.10.3:npm (npm run build) on project datasophon-ui: Failed to run task: 'npm run build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :datasophon-ui
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: E:\maven
Java version: 17.0.4, vendor: Red Hat, Inc., runtime: E:\RedHat\java-17-openjdk
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
What you expected to happen
maven 编译异常
How to reproduce
maven 编译异常
Anything else
No response
Version
dev
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
- In order for us to understand your request as soon as possible, please provide detailed information, version or pictures.
I'm also getting this issue even though my versions are - node -version:v14.17.1 npm -version:6.14.13
你这个问题解决了吗,编译遇到相同的问题