diff --git a/pom.xml b/pom.xml index 296fe15d6e..a8197a4065 100644 --- a/pom.xml +++ b/pom.xml @@ -242,7 +242,7 @@ org.jboss.apiviz apiviz - 1.2.4.GA + 1.2.5.GA true false @@ -250,6 +250,7 @@ -d ${project.build.directory}/api -charset UTF-8 -docencoding UTF-8 + -overview ${basedir}/src/javadoc/overview.html -version -author -breakiterator @@ -258,10 +259,11 @@ -bottom "Copyright © ${project.inceptionYear}-Present ${project.organization.name}. All Rights Reserved." -link http://java.sun.com/javase/6/docs/api/ -group "Low-level data representation" ${project.groupId}.buffer* - -group "Central interface for all I/O operations" ${project.groupId}.channel* - -group "Client & Server bootstrapping utilities" ${project.groupId}.bootstrap*:${project.groupId}.group* + -group "Central interface for all I/O operations" ${project.groupId}.channel*:${project.groupId}.group* + -group "Client & Server bootstrapping utilities" ${project.groupId}.bootstrap* -group "Reusable I/O event interceptors" ${project.groupId}.handler* -group "Miscellaneous" ${project.groupId}.logging* + -nopackagediagram -sourceclasspath ${project.build.outputDirectory} UTF-8 diff --git a/src/javadoc/overview.html b/src/javadoc/overview.html new file mode 100644 index 0000000000..61bf6139fa --- /dev/null +++ b/src/javadoc/overview.html @@ -0,0 +1,8 @@ + + + The Netty Project API Reference + + +

The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP/IP socket server.

+ +