when running 'make rpm' missing rpms are needed. Description of problem: maven-checkstyle-plugin is needed by ovirt-engine-3.1.0-3.20121121.gita975ff5.fc18.noarch maven-dependency-plugin is needed by ovirt-engine-3.1.0-3.20121121.gita975ff5.fc18.noarch maven-ear-plugin is needed by ovirt-engine-3.1.0-3.20121121.gita975ff5.fc18.noarch maven-eclipse-plugin is needed by ovirt-engine-3.1.0-3.20121121.gita975ff5.fc18.noarch maven-ejb-plugin is needed by ovirt-engine-3.1.0-3.20121121.gita975ff5.fc18.noarch maven-jaxb2-plugin is needed by ovirt-engine-3.1.0-3.20121121.gita975ff5.fc18.noarch maven-plugin-exec is needed by ovirt-engine-3.1.0-3.20121121.gita975ff5.fc18.noarch maven-war-plugin is needed by ovirt-engine-3.1.0-3.20121121.gita975ff5.fc18.noarch Version-Release number of selected component (if applicable): 3.1 How reproducible: always Steps to Reproduce: 1.git clone git://gerrit.ovirt.org/ovirt-engine 2.make rpm 3. Actual results: Expected results: make rpm shouldn't require mvn-plugin rpms, not needed for the project, and running make rpm will already install all plugins to local repo. Additional info:
Correct, there is no need to install the maven plugins as RPM packages, as we don't use them for anything. The proposed change to fix this is available here: http://gerrit.ovirt.org/9400
The upstream change has been merged.
3.2 beta built, moving to ON_QA status to allow testing