Hi,
I got the following error while trying to build the project and generate the api document. The api document was not generated.
Execution default of goal io.openapitools.swagger:swagger-maven-plugin:2.0.3:generate failed: A required class was missing while executing io.openapitools.swagger:swagger-maven-plugin:2.0.3:generate: org/apache/deltaspike/data/api/EntityRepository
However, the class file EntityRepository exists
Do you see any reason?
Thanks,
Wayne