Skip to content

Commit d3ac639

Browse files
committed
Fix javadoc for Maven Central
1 parent 7ef9b84 commit d3ac639

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,9 @@ limitations under the License.]]></inlineHeader>
602602
<version>3.2.0</version>
603603
<executions>
604604
<execution>
605+
<id>attach-javadocs</id>
605606
<goals>
606-
<goal>javadoc-no-fork</goal>
607+
<goal>jar</goal>
607608
</goals>
608609
<phase>package</phase>
609610
</execution>
@@ -615,6 +616,7 @@ limitations under the License.]]></inlineHeader>
615616
<version>3.2.1</version>
616617
<executions>
617618
<execution>
619+
<id>attach-sources</id>
618620
<goals>
619621
<goal>jar-no-fork</goal>
620622
</goals>

0 commit comments

Comments
 (0)