2011-12-05 15:09:26 +00:00
|
|
|
From 0312ee7b5802105ec60de51ef4aeb0797dec972c Mon Sep 17 00:00:00 2001
|
2011-01-18 10:02:23 +00:00
|
|
|
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
2011-12-05 15:09:26 +00:00
|
|
|
Date: Mon, 5 Dec 2011 14:31:36 +0100
|
|
|
|
Subject: [PATCH 3/4] Fix javadoc plugin configuration
|
2011-01-18 10:02:23 +00:00
|
|
|
|
|
|
|
---
|
2011-12-05 15:09:26 +00:00
|
|
|
pom.xml | 16 ----------------
|
|
|
|
1 files changed, 0 insertions(+), 16 deletions(-)
|
2011-01-18 10:02:23 +00:00
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2011-12-05 15:09:26 +00:00
|
|
|
index 77fb611..8615b36 100644
|
2011-01-18 10:02:23 +00:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2011-12-05 15:09:26 +00:00
|
|
|
@@ -408,23 +408,9 @@
|
2011-01-18 10:02:23 +00:00
|
|
|
</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>
|
2011-12-05 15:09:26 +00:00
|
|
|
@@ -446,8 +432,6 @@
|
2011-01-18 10:02:23 +00:00
|
|
|
-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>
|
|
|
|
--
|
2011-12-05 15:09:26 +00:00
|
|
|
1.7.7.3
|
2011-01-18 10:02:23 +00:00
|
|
|
|