Hello !
we are using Capella 7.0.1 and the plugins
- Releases · eclipse-capella/capella-requirements-vp · GitHub v0.14.0 to manage requirements (with also org.polarsys.kitalpha.vp.requirements.docgen.feature.feature.group)
- Capella HTML Documentation Generation - Package feature 7.0.1.202412031342 org.polarsys.capella.docgen.package.feature.feature.group for HTML generation
When generating the HTML, images are generated, but the result is different between when the documentation is generated via the Capella UI (on the left) and from the CLI (on the right).
We can see that requirements (in purple) are not displayed when generating from the CLI:
The CLI command that we use is:
capella.exe -application "org.polarsys.capella.core.commandline.core" -appid "org.polarsys.kitalpha.doc.gen.business.capella.commandline" -data "<folder>" -import "<folder>\<project>" -forceimport -input "<project>" -outputFolder "target\documentation"
Does anyone have any idea what can cause this?
