
Ondra Machacek has submitted this change and it was merged. Change subject: Generate RPM Maven dependencies ...................................................................... Generate RPM Maven dependencies Currently the RPM packaging of the SDK doesn't generate the Maven dependencies. This means that other packages that use tools like Xmvn to build won't work correctly. To avoid that this patch changes the RPM build process so that it genrates a POM file that can be used in RPM distributions, and generates the dependencies from that POM file. Change-Id: I2d273398ede6f7a0f86c0253d71660f8decb366b Bug-Url: https://bugzilla.redhat.com/1372652 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- R automation/build-artifacts.packages.fc23 C automation/build-artifacts.packages.fc24 C automation/check-patch.packages.el7 R automation/check-patch.packages.fc23 C automation/check-patch.packages.fc24 M packaging/build.xml M packaging/spec.el7.in M packaging/spec.fc23.in M packaging/spec.fc24.in A packaging/transform-pom.xsl 10 files changed, 121 insertions(+), 38 deletions(-) Approvals: Ondra Machacek: Looks good to me, approved Juan Hernandez: Verified Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/63210 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2d273398ede6f7a0f86c0253d71660f8decb366b Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine-sdk-java 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: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>