caigy opened a new issue, #154: URL: https://github.com/apache/rocketmq-exporter/issues/154
**Describe the bug** Building docker image as instructions in document failed with output: ``` [ERROR] Failed to execute goal com.spotify:docker-maven-plugin:0.4.11:build (default-cli) on project rocketmq-exporter: Exception caught: ADD failed: file not found in build context or excluded by .dockerignore: stat rocketmq-exporter-0.0.2-SNAPSHOT-exec.jar: file does not exist -> [Help 1] ``` **To Reproduce** Steps to reproduce the behavior: 1. Run ` mvn package -Dmaven.test.skip=true docker:build` 2. The building process will end with error. **Expected behavior** The docker image should be successfully created. -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org