Fix issues with automatic site generation (plugin-info.html and antlr4-mojo.html were not getting created)

This commit is contained in:
Sam Harwell 2013-03-27 13:23:01 -05:00
parent ff10afe9e6
commit afc65faed6
1 changed files with 6 additions and 0 deletions

View File

@ -182,6 +182,12 @@
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>