shenyu
shenyu copied to clipboard
[BUG] Docker Image Build Fails When Running mvn clean package -Prelease,docker
Is there an existing issue for this?
- [x] I have searched the existing issues
Current Behavior
No response
Expected Behavior
No response
Steps To Reproduce
git clone https://github.com/apache/shenyu.git cd shenyu mvn clean package -Prelease,docker -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
Environment
ShenYu version(s):master
Debug logs
No response
Anything else?
No response
more details pls, such as err out put
the image will be built under shenyu-dist module, were u mvn this module?
cd shenyu mvn clean package -Prelease,docker -Dmaven.javadoc.skip=true -Dmaven.test.skip=true Shouldn’t this command automatically execute the mvn command under the shenyu-dist directory when the docker profile is added?