I have written a new maven reporting plugin and it executes when the site is generated and produces and output html file.
How do i get the Project Reports section of the site to contain a link to it?
|
I have written a new maven reporting plugin and it executes when the site is generated and produces and output html file. How do i get the Project Reports section of the site to contain a link to it? |
||||
|
|
|
As a workaround you could manually re-define the project reports section in a custom site.xml:
The drawbacks are:
See Configuring the Site Descriptor in the documentation of the site plugin. |
|||
|
|