Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > cdaff10a1204eeb8cb25656a69e80695 > files > 1

netty-3.2.3-3.fc15.src.rpm

From 12b26381c9c47432d63f941b2bf4877874e78c12 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
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 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>5</version>
-  </parent>
 
   <groupId>org.jboss.netty</groupId>
   <artifactId>netty</artifactId>
@@ -400,23 +395,9 @@
           </execution>
         </executions>
         <configuration>
-          <doclet>org.jboss.apiviz.APIviz</doclet>
-          <docletArtifact>
-            <groupId>org.jboss.apiviz</groupId>
-            <artifactId>apiviz</artifactId>
-            <version>1.3.1.GA</version>
-          </docletArtifact>
-          <attach>false</attach>
           <stylesheetfile>${basedir}/src/javadoc/stylesheet.css</stylesheetfile>
-          <javadocDirectory>${basedir}/src/javadoc</javadocDirectory>
-          <docfilessubdirs>true</docfilessubdirs>
-          <useStandardDocletOptions>true</useStandardDocletOptions>
-          <outputDirectory>${project.build.directory}/api</outputDirectory>
-          <reportOutputDirectory>${project.build.directory}/api</reportOutputDirectory>
-          <destDir>api</destDir>
           <charset>UTF-8</charset>
           <docencoding>UTF-8</docencoding>
-          <breakiterator>true</breakiterator>
           <version>true</version>
           <author>true</author>
           <keywords>true</keywords>
@@ -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
           </additionalparam>
           <encoding>UTF-8</encoding>
           <locale>en_US</locale>
-- 
1.7.3.4