Skip to content
Snippets Groups Projects
Commit be2473e7 authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

Ignore javadoc warnings, they are for unused files anyway. (Closes: #906377)

parent 83efe104
No related branches found
No related tags found
No related merge requests found
libpgjava (42.2.4-2) unstable; urgency=medium
* Ignore javadoc warnings, they are for unused files anyway. (Closes: #906377)
-- Christoph Berg <christoph.berg@credativ.de> Mon, 27 Aug 2018 16:55:02 +0200
libpgjava (42.2.4-1) unstable; urgency=medium
* New upstream version.
......
--- a/pgjdbc/pom.xml
+++ b/pgjdbc/pom.xml
@@ -438,7 +438,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
- <failOnWarnings>true</failOnWarnings>
+ <failOnWarnings>false</failOnWarnings>
</configuration>
</plugin>
</plugins>
01-missing-pom-configuration.patch
02-scram-optional.patch
03-javadoc.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment