added javadoc to mvn:site target
parent
86a42ce294
commit
6dce0ef4c5
19
pom.xml
19
pom.xml
|
@ -412,4 +412,23 @@
|
||||||
<system>Travis CI</system>
|
<system>Travis CI</system>
|
||||||
<url>https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server</url>
|
<url>https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server</url>
|
||||||
</ciManagement>
|
</ciManagement>
|
||||||
|
|
||||||
|
<reporting>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<author>true</author>
|
||||||
|
<version>true</version>
|
||||||
|
<use>true</use>
|
||||||
|
<linksource>true</linksource>
|
||||||
|
<windowtitle>MITREid Connect v. ${project.version}</windowtitle>
|
||||||
|
<doctitle>MITREid Connect v. ${project.version}</doctitle>
|
||||||
|
<overview>${basedir}/src/main/javadoc/overview.html</overview>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</reporting>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue