Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.1.2
-
Fix Version/s: 2.6
-
Component/s: project-team
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
The maven POM reference contains a picUrl property: http://maven.apache.org/pom.html#Developers
<properties>
<picUrl>http://tinyurl.com/prv4t</picUrl>
</properties>
The attached lets the team-report mojo automatically add a Picture column that adds a table cell that displays the picture
<td><img src="yourPicUrl"/></td>
I quickly tried to add a test case but for some reason, the generated Developer model didn't contain the Properties. The plugin works though when running on my project.
The test file I tried to use for testing the new feature.