Eclipseでm2eclipseプラグインを入れて、mavenプロジェクトを作成し、Goalをsiteにして実行しています。
pom.xmlには以下の記述を追加しています。
■pom.xml
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.0.1</version>
</plugin>
</plugins>
</reporting>
実行するとtarget/site/にcssフォルダとimagesフォルダが作成されるのですが、肝心のhtmlが作成されません。
何が問題と考えられるでしょうか?