Merge pull request #445 from sharwell/aggregate-docs

Include documentation from antlr4-annotations
This commit is contained in:
Sam Harwell 2014-01-23 11:41:06 -08:00
commit 4a20c8ef36
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>