[
http://jira.codehaus.org/browse/MSITE-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147271#action_147271
]
Michael Osipov commented on MSITE-354:
--------------------------------------
{quote}
What is is that you want to happen?
Do you want the page itself (project-info.html) to not be generated?
{quote}
Yes, exactly. No project-info.html generation.
{quote}
If so why? You have obviously already created a custom menu that links to the
dependencies report.
{quote}
I have a custom menu in my site.xml which makes the project-info.html basically
superfluous.
A solution could be:
{noformat}
<reporting>
<plugins>
<plugin>
<artifactId>
maven-project-info-reports-plugin
</artifactId>
<configuration>
<generateProjectInfo>false</generateProjectInfo>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<!--
<report>summary</report>-->
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
{noformat}
> Generation of project-info.html cannot be omitted
> -------------------------------------------------
>
> Key: MSITE-354
> URL: http://jira.codehaus.org/browse/MSITE-354
> Project: Maven 2.x Site Plugin
> Issue Type: New Feature
> Affects Versions: 2.0-beta-7
> Reporter: Michael Osipov
> Attachments: outcome.png
>
>
> There is no option to prevent the MPIR to generate the project-info.html.
> Please fix this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira