Skip to content

Commit 3081bcc

Browse files
author
TheSnoozer
committed
1 parent 54efb28 commit 3081bcc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,17 @@
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-javadoc-plugin</artifactId>
154154
<configuration>
155+
<detectJavaApiLink>false</detectJavaApiLink>
155156
<source>8</source>
156157
</configuration>
158+
<executions>
159+
<execution>
160+
<id>attach-javadocs</id>
161+
<goals>
162+
<goal>jar</goal>
163+
</goals>
164+
</execution>
165+
</executions>
157166
</plugin>
158167
</plugins>
159168
</build>

0 commit comments

Comments
 (0)