Commit 3e77d28e authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Update the javadoc plugin version.

Update to the latest javadoc maven plugin.  Also start ignoring the antlr
package to avoid a failing build.
parent 9d302de6
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.9.1</version>
                <version>2.10</version>
                <executions>
                    <execution>
                        <phase>verify</phase>
@@ -164,6 +164,11 @@
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <excludePackageNames>
                        *.antlr
                    </excludePackageNames>
                </configuration>
            </plugin>
        </plugins>
    </build>