If you want to see a "Download" menu appear in the generated web site (as on the Clover plugin web site you'll need to ensre you have the following set up:
In addition, if you wish to have announcements linked in the Download report, you'll also need to have defined your releases in a
- You need to have defined your releases using the <version> tag in your project's POM
- You need to set the following property (you need to adjust the value to where your project releases are uploaded - This is the value the Maven plugins uploaded at Apache. It should be typed on one line):
maven.xdoc.distributionUrl=http://www.apache.org /dyn/closer.cgi/java-repository/maven/plugins
xdocs/changes.xml file. Otherwise the announcements won't get generated.
