Skip to content

Commit 8d73151

Browse files
committed
chore: javadoc missing
1 parent 14b8484 commit 8d73151

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

calculation/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,23 @@
6363
</execution>
6464
</executions>
6565
</plugin>
66+
<plugin>
67+
<groupId>org.apache.maven.plugins</groupId>
68+
<artifactId>maven-javadoc-plugin</artifactId>
69+
<version>3.4.1</version>
70+
<configuration>
71+
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
72+
<doclint>none</doclint>
73+
</configuration>
74+
<executions>
75+
<execution>
76+
<id>attach-javadocs</id>
77+
<goals>
78+
<goal>jar</goal>
79+
</goals>
80+
</execution>
81+
</executions>
82+
</plugin>
6683
</plugins>
6784
</build>
6885
</profile>

0 commit comments

Comments
 (0)