From: Cédric Walter Date: Tue, 8 Apr 2014 21:51:23 +0000 (+0000) Subject: migrated javadoc settings from ant to maven plugin configuration X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fremotes%2Fmaven;p=poi.git migrated javadoc settings from ant to maven plugin configuration git-svn-id: https://svn.apache.org/repos/asf/poi/branches/maven@1585845 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/old.xml b/old.xml index c030db1110..ceabf4719b 100644 --- a/old.xml +++ b/old.xml @@ -760,71 +760,9 @@ under the License. - - - - - - - - - - - - - - - - - - - - - - POI API Documentation]]> - - Copyright ${tstamp.year} The Apache Software Foundation or - its licensors, as applicable.]]> - - - DDF - Dreadful Drawing Format - - - - HPSF - Horrible Property Set Format - - - - HSSF - Horrible Spreadsheet Format - - - - HWPF - Horrible Word Processor Format - - - - POIFS - POI File System - - - - Utilities - - - - Examples - - - - - - - - @@ -931,7 +869,7 @@ under the License. - + diff --git a/pom.xml b/pom.xml index 69ad488b38..708867fa13 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,8 @@ 1.6 true + + yyyy @@ -337,6 +339,71 @@ target/site + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + ${project.build.directory}/apidocs + + + true + + 384m + + true + + false + + true + + + org/apache/poi/** + + + org/apache/poi/hdf/** + + Copyright ${maven.build.timestamp} The Apache Software Foundation or its licensors, as applicable.]]> + + + DDF - Dreadful Drawing Format + + + + HPSF - Horrible Property Set Format + + + + HSSF - Horrible Spreadsheet Format + + + + HWPF - Horrible Word Processor Format + + + + POIFS - POI File System + + + + Utilities + + + + Examples + + + + + + +