githubzhangchunyang commented on issue #2690:
URL:
https://github.com/apache/incubator-dolphinscheduler/issues/2690#issuecomment-631967088
Execute the command ```mvn -U clean install -Prpmbuild
-Dmaven.test.skip=true -X'``` at the root of the project
I have tested in branch dev-1.3.0 and it worked,but when intalling rpm
package throw err
```
错误:依赖检测失败:
osgi(org.eclipse.core.resources) 被
apache-dolphinscheduler-incubating-1.2.1-1.noarch 需要
osgi(org.eclipse.core.runtime) 被
apache-dolphinscheduler-incubating-1.2.1-1.noarch 需要
osgi(org.eclipse.text) 被 apache-dolphinscheduler-incubating-1.2.1-1.noarch
需要
```
You can use the installation command below to temporarily resolve the problem
``` rpm -ivh apache-dolphinscheduler-incubating-1.2.1-1.noarch.rpm --nodeps
--force```
A solution has been found and the code is being changed
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]