[metcat] r184 committed - added Java Doc support for metcatserver

0 views
Skip to first unread message

metcat.apach...@codespot.com

unread,
Aug 29, 2012, 12:54:27 AM8/29/12
to metca...@googlegroups.com
Revision: 184
Author: mail.ha...@gmail.com
Date: Tue Aug 28 21:54:22 2012
Log: added Java Doc support for metcatserver
http://code.google.com/a/apache-extras.org/p/metcat/source/detail?r=184

Modified:
/trunk/metcatserver/pom.xml

=======================================
--- /trunk/metcatserver/pom.xml Tue Aug 28 00:56:19 2012
+++ /trunk/metcatserver/pom.xml Tue Aug 28 21:54:22 2012
@@ -153,6 +153,24 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.0</version>
+ <configuration>
+ <inputDirectory>target/apidocs</inputDirectory>
+ </configuration>
+ </plugin>
</plugins>
</build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8.1</version>
+ </plugin>
+ </plugins>
+ </reporting>
</project>
Reply all
Reply to author
Forward
0 new messages