Skip to content

Commit

Permalink
Merge pull request #3 from openpreserve/feat/opf-lib
Browse files Browse the repository at this point in the history
FIX: disable JavaDoc lint for now.
  • Loading branch information
carlwilson authored Jul 8, 2020
2 parents 4e70efe + 098658c commit 41c1a3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 41c1a3f

Please sign in to comment.