
Martin Peřina has submitted this change and it was merged. Change subject: core: Generate JBoss module for extensions API directly ...................................................................... core: Generate JBoss module for extensions API directly Currently the JBoss module for the extensions API is generated as part of the "dependencies" module. As a result the "dependencies" module can't be built independent of the rest of the project, because the extensions API artifact isn't available unless the extensions API module is part of the build. This patch changes the build process so that the JBoss module is built as part of the build of the extensions API module itself, so it doesn't need to be included in the "dependencies" module. Change-Id: Idf4e93f7629094d2f82b127c4a4b26613faa87cc Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/dependencies/common/pom.xml R backend/manager/modules/extensions-api-root/extensions-api/src/main/modules/org/ovirt/engine/api/ovirt-engine-extensions-api/main/module.xml M backend/manager/modules/extensions-api-root/pom.xml 3 files changed, 18 insertions(+), 12 deletions(-) Approvals: Martin Peřina: Verified; Looks good to me, approved Juan Hernandez: Verified Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/60075 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idf4e93f7629094d2f82b127c4a4b26613faa87cc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com>