Hi Justin, Andrea, Cameleers, just spinning this in a new thread. I think I found the issue why the `docs/node` is included in the release source archives. This is where the frontend-maven-plugin downloads the installation that's used to build the documentation. It's not immediately visible as this directory is ignored via .gitignore and the content of it is only created at build time.
I've pushed a fix on main[1] and on 2.25.x[2]. I do think that dot-files are ignored by the assembly plugin, but out of excess of caution I've also omitted `docs/.yarn`. If need be we can discuss if this merits new releases. My opinion is that we release often enough so having this fixed for next releases of 2.25.x and 3.x, should be okay. zoran [1] https://github.com/apache/camel/commit/7fa38f86d5ba1efb28d26f77bf5c3c7f5070520e [2] https://github.com/apache/camel/commit/2fc6b0c3e742210aa7ae2a53aec8c9e7ee7d2609 -- Zoran Regvart