site index

how to use を見ながら作業をするとindex.htmlが消えるわけだが。

要するに、ゴールに定義してある通りに書けばよいらしい。

 <plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-project-info-reports-plugin</artifactId>
   <reportSets>
     <reportSet>
       <reports>
         <report>index</report>
         <report>dependencies</report>
         <report>project-team</report>
         <report>issue-tracking</report>
       </reports>
     </reportSet>
   </reportSets>
 </plugin>


さて、単品でサイトを作ると日本語になっているのに、site:siteだと駄目だというのは、これいかに。