We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54efb28 commit 3081bccCopy full SHA for 3081bcc
pom.xml
@@ -152,8 +152,17 @@
152
<groupId>org.apache.maven.plugins</groupId>
153
<artifactId>maven-javadoc-plugin</artifactId>
154
<configuration>
155
+ <detectJavaApiLink>false</detectJavaApiLink>
156
<source>8</source>
157
</configuration>
158
+ <executions>
159
+ <execution>
160
+ <id>attach-javadocs</id>
161
+ <goals>
162
+ <goal>jar</goal>
163
+ </goals>
164
+ </execution>
165
+ </executions>
166
</plugin>
167
</plugins>
168
</build>
0 commit comments