Skip to content

Commit e4dfa16

Browse files
One minor addition: explicit javadoc java version
(otherwise, if java home is not set, then we get an exception) This way, we use the standard system version if not defined by java home
1 parent 3d917fa commit e4dfa16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,16 @@
156156
<version>3.2.0</version>
157157
<configuration>
158158
<source>8</source>
159+
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
159160
</configuration>
160161
<executions>
161162
<execution>
162163
<id>attach-javadocs</id>
163164
<goals>
164165
<goal>jar</goal>
165166
</goals>
166-
</execution>
167-
</executions>
167+
</execution>
168+
</executions>
168169
</plugin>
169170
<plugin>
170171
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)