Details
Description
First, great job for your project.
The url to access sonar project is like this: http://hostname:9000/project/dashboard/10
The pb is if we want to add generic link (maven site for exmaple) on web page, we have to known the matching between project and internal sonar id (10 in the example)
As in maven world the pair groupId/artifactId is uniq,
It should be fine to have another URL like this http://hostname:9000/project/dashboard/groupId/artifactId
permalinks are available on all project views except breakdown pages (for the moment).
Core views :
Custom views (plugins framework developed on 1.5) :
[PROJECTKEY] is [GROUPID]:[ARTIFACTID]:[BRANCH]. Branch is optional.
For example :