Hi infra,

The Jenkins job ovirt-engine_master_find-bugs_merged used the "findbugs-general" maven profile. E.g., see run 3062[1]:

00:25:20 + mvn clean install findbugs:findbugs -P findbugs-general -DskipTests -U -s /home/jenkins/workspace/ovirt-engine_master_find-bugs_merged/artifactory-ovirt-org-settings.xml -Dmaven.repo.local=/home/jenkins/workspace/ovirt-engine_master_find-bugs_merged/.m2

This profile was recently removed by Juan's patch 8785500a5c97ce56dbc4dd697a537851ba48ce8b [2]. The fact that the profile doesn't exist doesn't fail the job, but using it is now superfluous, and causes an annoying warning:

00:57:19 [WARNING] The requested profile "findbugs-general" could not be activated because it does not exist.

Could you please remove the "-P findbugs-general" flag from the mvn command line you use for this job?


Thanks,
Allon


[1] http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_merged/3062/consoleFull
[2] https://gerrit.ovirt.org/#/c/48687