Bug 459850 - Mercurial plugin does not specify the version of cobertura-maven-plugin in pom.xml
Summary: Mercurial plugin does not specify the version of cobertura-maven-plugin in po...
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-12 23:12 EST by Kaz Nishimura CLA
Modified: 2015-02-13 10:02 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kaz Nishimura CLA 2015-02-12 23:12:22 EST
The version of cobertura-maven-plugin is not specified in pom.xml and Maven shows warning messages about it as follows:

Some problems were encountered while building the effective model for org.hudsonci.plugins:mercurial:hpi:1.45-h-2-SNAPSHOT
'build.plugins.plugin.version' for org.codehaus.mojo:cobertura-maven-plugin is missing. @ line 122, column 18

It is highly recommended to fix these problems because they threaten the stability of your build.

For this reason, future Maven versions might no longer support building such malformed projects.
Comment 1 Bob Foster CLA 2015-02-13 10:02:48 EST
That's fairly common in plugins. Specify a version if you want.