Add javadoc in the maven generate site, and use fluido skin.
This commit is contained in:
parent
6382fe6195
commit
0cdd78bd0e
11
pom.xml
11
pom.xml
@ -219,6 +219,17 @@
|
|||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
</build>
|
</build>
|
||||||
|
<reporting>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<additionalparam>-Xdoclint:none</additionalparam>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</reporting>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>release</id>
|
<id>release</id>
|
||||||
|
|||||||
23
src/site/site.xml
Normal file
23
src/site/site.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<project xmlns="http://maven.apache.org/DECORATION/1.6.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0
|
||||||
|
http://maven.apache.org/xsd/decoration-1.6.0.xsd">
|
||||||
|
<skin>
|
||||||
|
<groupId>org.apache.maven.skins</groupId>
|
||||||
|
<artifactId>maven-fluido-skin</artifactId>
|
||||||
|
<version>1.5</version>
|
||||||
|
</skin>
|
||||||
|
<body>
|
||||||
|
<menu ref="parent" inherit="top" />
|
||||||
|
<menu ref="modules" inherit="top" />
|
||||||
|
<menu ref="reports" inherit="top" />
|
||||||
|
</body>
|
||||||
|
<custom>
|
||||||
|
<fluidoSkin>
|
||||||
|
<topBarEnabled>true</topBarEnabled>
|
||||||
|
<sideBarEnabled>true</sideBarEnabled>
|
||||||
|
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
|
||||||
|
<copyrightClass>pull-right</copyrightClass>
|
||||||
|
</fluidoSkin>
|
||||||
|
</custom>
|
||||||
|
</project>
|
||||||
Loading…
x
Reference in New Issue
Block a user