Include documentation from antlr4-annotations in the antlr4-runtime javadoc build

This commit is contained in:
Sam Harwell 2014-01-23 13:40:03 -06:00
parent 3e45c4bc04
commit 501317e14b
1 changed files with 11 additions and 0 deletions

View File

@ -58,6 +58,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<includeDependencySources>true</includeDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>org.antlr:*</dependencySourceInclude>
</dependencySourceIncludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>