You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, kogito-.maven-plugin requires usage of extensions flag (see here but this prevent its usage inside modules on the same repository.
Refactor the springboot/integration test poms to "recreate" the required lifecicle of kogito-maven-plugin, without the usage of the extensions flag.
This is a temporary workaround, to be removed after #1460 have been implemented
Currently, kogito-.maven-plugin requires usage of
extensions
flag (see here but this prevent its usage inside modules on the same repository.Refactor the springboot/integration test poms to "recreate" the required lifecicle of kogito-maven-plugin, without the usage of the
extensions
flag.This is a temporary workaround, to be removed after #1460 have been implemented
E.g.
This is the lifecicle to recreate
@elguardian @baldimir @fjtirado
The text was updated successfully, but these errors were encountered: