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 1ab3ffc commit bbd1e64Copy full SHA for bbd1e64
pom.xml
@@ -169,13 +169,14 @@
169
</execution>
170
</executions>
171
<configuration>
172
+ <source>${java.version}</source>
173
+ <doctitle>CommandFramework API</doctitle>
174
<failOnError>false</failOnError>
175
<failOnWarnings>false</failOnWarnings>
176
<additionalOptions>-Xdoclint:none</additionalOptions>
177
<outputDirectory>${project.build.directory}/site/apidocs</outputDirectory>
178
</configuration>
179
</plugin>
-
180
<plugin>
181
<groupId>org.apache.maven.plugins</groupId>
182
<artifactId>maven-gpg-plugin</artifactId>
0 commit comments