Skip to content

Commit bbd1e64

Browse files
committed
Update pom.xml
1 parent 1ab3ffc commit bbd1e64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,14 @@
169169
</execution>
170170
</executions>
171171
<configuration>
172+
<source>${java.version}</source>
173+
<doctitle>CommandFramework API</doctitle>
172174
<failOnError>false</failOnError>
173175
<failOnWarnings>false</failOnWarnings>
174176
<additionalOptions>-Xdoclint:none</additionalOptions>
175177
<outputDirectory>${project.build.directory}/site/apidocs</outputDirectory>
176178
</configuration>
177179
</plugin>
178-
179180
<plugin>
180181
<groupId>org.apache.maven.plugins</groupId>
181182
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)