Disable javadoc doclint

It'd be nicer to tidy the Javadoc up at some point, but there are so
many errors!
master
Graham 5 years ago
parent c72c90b092
commit d14e145bd8
  1. 12
      pom.xml

@ -74,4 +74,16 @@
</snapshots>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
</build>
</project>

Loading…
Cancel
Save