On 12/11/2016 12:27 PM, Eyal Edri wrote: > Which maven repository does vdsm-jsonrpc-java is using in its automation > scripts? >
That project uses "maven-local" to build, and takes the dependencies from the RPM .spec file, not for the POM. So you need to make sure that the package for checkstyle is listed in as a "BuildRequires" in the .spec.in file. As far as I know there is no package containing checkstyle for EL7, at least not in the standard repositories. So this will always fail, unless you explicity remove the checkstyle plugin when building in EL7. > On Sun, Dec 11, 2016 at 1:19 PM, Roy Golan <[email protected] > <mailto:[email protected]>> wrote: > > This patch [1] adds maven-checkstyle plugin for project vdsm-jsonrpc > but it keep complaining [2] it can't resolve it . The plugin is the > same version, 2.9.1 as ovirt engine uses. The F24 build is passing. > What am I missing here? > > [1] https://gerrit.ovirt.org/67990 > [2] > > http://jenkins.ovirt.org/job/vdsm-jsonrpc-java_master_check-patch-el7-x86_64/100/console > > <http://jenkins.ovirt.org/job/vdsm-jsonrpc-java_master_check-patch-el7-x86_64/100/console> > > > > _______________________________________________ > Infra mailing list > [email protected] <mailto:[email protected]> > http://lists.phx.ovirt.org/mailman/listinfo/infra > <http://lists.phx.ovirt.org/mailman/listinfo/infra> > > > > > -- > Eyal Edri > Associate Manager > RHV DevOps > EMEA ENG Virtualization R&D > Red Hat Israel > > phone: +972-9-7692018 > irc: eedri (on #tlv #rhev-dev #rhev-integ) > > > _______________________________________________ > Infra mailing list > [email protected] > http://lists.phx.ovirt.org/mailman/listinfo/infra > _______________________________________________ Infra mailing list [email protected] http://lists.phx.ovirt.org/mailman/listinfo/infra
