summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-09-28 13:52:18 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2021-09-28 13:52:18 +0200
commitd629b53a3abc474d93a72ae0bb6803ee66b37061 (patch)
treeb655c19a53f5d53230b1338dd1121da988c037db /jdisc_core_test
parent05f118fcca1dad818960248a4fe24c76f33f4bbb (diff)
Make it possible to deploy on Maven Central with maven.
Diffstat (limited to 'jdisc_core_test')
-rw-r--r--jdisc_core_test/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_core_test/pom.xml b/jdisc_core_test/pom.xml
index e5cde58caa1..23eba93201b 100644
--- a/jdisc_core_test/pom.xml
+++ b/jdisc_core_test/pom.xml
@@ -24,6 +24,7 @@
<properties>
<!-- This project only builds test artifacts -->
<maven.deploy.skip>true</maven.deploy.skip>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
</project>