File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 9393 <artifactId >maven-gpg-plugin</artifactId >
9494 <version >1.0</version >
9595 </plugin >
96+ <plugin >
97+ <groupId >org.apache.maven.plugins</groupId >
98+ <artifactId >maven-site-plugin</artifactId >
99+ <version >2.1</version >
100+ </plugin >
96101 </plugins >
97102 </build >
98103
117122 <scope >provided</scope >
118123 </dependency >
119124 </dependencies >
125+
126+ <reporting >
127+ <plugins >
128+ <plugin >
129+ <groupId >org.apache.maven.plugins</groupId >
130+ <artifactId >maven-javadoc-plugin</artifactId >
131+ <version >2.6.1</version >
132+ <configuration >
133+ <charset >UTF-8</charset >
134+ <encoding >UTF-8</encoding >
135+ <docencoding >UTF-8</docencoding >
136+ <source >1.5</source >
137+ <linksource >true</linksource >
138+ <quiet >true</quiet >
139+ <links >
140+ <link >http://java.sun.com/javase/6/docs/api/</link >
141+ </links >
142+ </configuration >
143+ </plugin >
144+ <plugin >
145+ <groupId >org.apache.maven.plugins</groupId >
146+ <artifactId >maven-jxr-plugin</artifactId >
147+ <version >2.1</version >
148+ <configuration >
149+ <inputEncoding >UTF-8</inputEncoding >
150+ <outputEncoding >UTF-8</outputEncoding >
151+ <javadocDir >target/site/apidocs</javadocDir >
152+ </configuration >
153+ </plugin >
154+ </plugins >
155+ </reporting >
120156</project >
You can’t perform that action at this time.
0 commit comments