forked from jasder/antlr
Fix issues with automatic site generation (plugin-info.html and antlr4-mojo.html were not getting created)
This commit is contained in:
parent
ff10afe9e6
commit
afc65faed6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue