Skip to content

Commit

Permalink
get rid of error message for missing javadoc in test-util
Browse files Browse the repository at this point in the history
  • Loading branch information
maddingo committed Jan 1, 2024
1 parent 4a28b2a commit 82ae1dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<detectOfflineLinks>false</detectOfflineLinks>
</properties>

<build>
Expand Down
5 changes: 5 additions & 0 deletions test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<artifactId>nio-fs-test-util</artifactId>
<name>test-util</name>
<description>Test Utilities</description>

<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 82ae1dc

Please sign in to comment.