summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2020-05-22 12:30:28 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2020-05-22 12:30:28 +0200
commit2a2c41537275ddd2e05852577fa9c6b2dc9ddcc3 (patch)
tree80740adca93dc320c0b6388b41498be036518283 /parent
parent4f5629bd1dfe0e2bbe0d0b1abda887fd75df409a (diff)
Add javadoc jars.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 97467ffe649..f3f6896ed5b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -357,6 +357,12 @@
<goal>javadoc</goal>
</goals>
</execution>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
</executions>
<configuration>
<doclint>${doclint},-missing</doclint>