Skip to content

Commit ef46a7e

Browse files
committed
Fix javadoc configuration for deploy plugin
1 parent c791803 commit ef46a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
<goal>jar</goal>
327327
<goal>javadoc</goal>
328328
</goals>
329-
<phase>package</phase>
329+
<phase>install</phase>
330330
</execution>
331331
</executions>
332332
</plugin>

0 commit comments

Comments
 (0)