summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon.hallingstad@gmail.com>2020-10-31 13:38:23 +0100
committerHåkon Hallingstad <hakon.hallingstad@gmail.com>2020-10-31 13:38:23 +0100
commit2f45d465a580a20f52fea466e7a6e3729829d6c5 (patch)
tree4cee5845712cf5fba42e5b60fe0efe11db08f4a8 /parent
parent01de6039781e8064d0846b41843b1b26133319cc (diff)
Use javadoc-no-fork and various fixes
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index a9998af3962..5af64df676d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -348,7 +348,7 @@
<id>generate-javadoc</id>
<phase>package</phase>
<goals>
- <goal>javadoc</goal>
+ <goal>javadoc-no-fork</goal>
</goals>
</execution>
<execution>