I followed the guide from https://answer.apache.org/blog/how-to-package-and-deploy-answer-plugins/.
The original answer binary runs correctly as expected, but after rebuilding with the plugins, some of the modified code appears to have been overwritten or replaced unexpectedly.
1. make clean
2. make ui
3. make build (everything works as expected)
4. ./answer build \
--with github.com/apache/answer-plugins/search-meilisearch
→ After this step, the local code changes are missing or not reflected.
Added placeholder for content editor
After build plugins