From 12b26381c9c47432d63f941b2bf4877874e78c12 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Thu, 13 Jan 2011 14:59:07 +0100 Subject: [PATCH 1/3] Remove parent and fix javadoc plugin config --- pom.xml | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index fbece2d..806f05c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,11 +17,6 @@ 4.0.0 - - org.jboss - jboss-parent - 5 - org.jboss.netty netty @@ -400,23 +395,9 @@ - org.jboss.apiviz.APIviz - - org.jboss.apiviz - apiviz - 1.3.1.GA - - false ${basedir}/src/javadoc/stylesheet.css - ${basedir}/src/javadoc - true - true - ${project.build.directory}/api - ${project.build.directory}/api - api UTF-8 UTF-8 - true true true true @@ -438,8 +419,6 @@ -group "Reusable I/O event interceptors" ${project.groupId}.handler* -group "Miscellaneous" ${project.groupId}.logging*:${project.groupId}.util* - -sourceclasspath ${project.build.outputDirectory} - -nopackagediagram UTF-8 en_US -- 1.7.3.4