gaojun2048 commented on issue #2031: build rpm package in IDEA
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/2031#issuecomment-606534137
 
 
   > DolphinScheduler 利用 mvn -U clean package -Prpmbuild -Dmaven.test.skip=true 
在idea中编译 报错 The requested profile "rpmbuild" could not be activated because it 
does not exist. 结果没有生成RPM包 查了下 网上没有相关的解释 请教下
   
   You cannot build the rpm package in IDEA. You can only build the rpm package 
on a Linux system with the rpmbuild library installed. You can install the 
rpmbuild library by following these steps
   ```
   yum install --y rpm-build rpmdevtools.noarch
   echo "% _topdir $ YOURDIR"> ~ / .rpmmacros
   rpmdev-setuptree
   ```

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


With regards,
Apache Git Services

Reply via email to