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

You can start the binary file you built in locally and check whether the changes have been built in.
Thank you — I’ve confirmed that my changes were correctly included in the first build without plugins.
But when rebuilding with the plugins, the modified code appears to have been unexpectedly overridden or ignored.
It’s unclear why this is happening.