is there a way to show the icon for maven site documentation if using a freestlye project (I switched to a freestyle project rather than maven2 project because of certain bugs – i.e. cobertura graph not showing up on front page, double unit test coverage counting when running cobertura)
Share
You can always declare it as an artifact to archive (
**/target/site/**).Update
The newly released DocLinks plugin seems to do what you need.
Doclinks plugin screenshot http://img9.imageshack.us/img9/7372/projects.png