Skip to content

Commit

Permalink
[pom] Allow javadocs to not fail again
Browse files Browse the repository at this point in the history
due to test having no public or projected javadocs per junit 5 design, javadocs will fail for tests, therefore disable again.  Originally we were skipping for null pointer reasons which is no longer the case.  Left todo on this to revisit build issue later as there is likely a way around this.
  • Loading branch information
hazendaz committed Jan 1, 2025
1 parent 79fa3b5 commit 7328b40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/JNA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,8 @@
<X-Compile-Release-JDK>${maven.compiler.release}</X-Compile-Release-JDK>
</manifestEntries>
</archive>
<!-- TODO: Tests do not have public or protected items and will cause failure if not set to false here! -->
<failOnError>false</failOnError>
<notimestamp>true</notimestamp>
<quiet>true</quiet>
<release>${javadoc.java.release.version}</release>
Expand Down

0 comments on commit 7328b40

Please sign in to comment.