[ 
https://jira.codehaus.org/browse/MSITE-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=296767#comment-296767
 ] 

Andrew Hughes commented on MSITE-425:
-------------------------------------

For those who stumble across this... check... you have 
{{<report>index</report>}} like this....

{quote}
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
                                <version>3.0</version>
                                <configuration>
                                        <reportPlugins>
                                                <plugin>
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-project-info-reports-plugin</artifactId>
                                                        <version>2.4</version>
                                                        <configuration>
                                                                
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
                                                                
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
                                                        </configuration>
                                                        <reports>
                                                                
<report>index</report>
...truncated
{quote}

                
> No index.html generated
> -----------------------
>
>                 Key: MSITE-425
>                 URL: https://jira.codehaus.org/browse/MSITE-425
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: David Lindelöf
>
> I have a pom project with several sub-modules. I have no site.xml nor any 
> index.* files. When I run mvn site, no index.html gets generated at all, 
> neither for the pom project nor for the sub-modules. Is this the normal 
> behavior?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to