Juan Hernandez has submitted this change and it was merged.
Change subject: restapi: Don't duplicate Maven exec plugin
......................................................................
restapi: Don't duplicate Maven exec plugin
Currently we use the Maven exec plugin several times, to generate the
RSDL and also to generate the Java code from the model of the API. To do
so we specify the plugin twice in the POM files. Newer versions of Maven
don't accept that, and the build fails. To avoid that problem this patch
replaces the two plugin usages with one single usage with multiple
executions.
Change-Id: I81a4d8d48cc5dc15e18048f10fae5c82ae4d4d18
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M backend/manager/modules/restapi/interface/definition/pom.xml
1 file changed, 20 insertions(+), 25 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, but someone else must approve
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/62622
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I81a4d8d48cc5dc15e18048f10fae5c82ae4d4d18
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>