From c5df6ccb08e8b43da121a68cdb7bbc2d087668c1 Mon Sep 17 00:00:00 2001 From: brett Date: Thu, 9 Jun 2005 02:42:16 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.9 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@189687 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/project.xml | 11 ++++++++--- xdoc/xdocs/changes.xml | 16 ++++++++++++---- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/xdoc/project.xml b/xdoc/project.xml index 5e8e7e61..77164ef6 100644 --- a/xdoc/project.xml +++ b/xdoc/project.xml @@ -23,7 +23,7 @@ 3 maven-xdoc-plugin Maven XDoc Plug-in - 1.9-SNAPSHOT + 1.9 Convert xdocs into HTML. Convert xdocs into HTML http://maven.apache.org/reference/plugins/xdoc/ @@ -65,6 +65,11 @@ 1.8 MAVEN_XDOC_1_8 + + 1.9 + 1.9 + maven-xdoc-plugin-1.9 + @@ -98,7 +103,7 @@ Michal Maczka mmaczka - michal@codehaus.org + michal@codehaus.org Java Developer @@ -142,7 +147,7 @@ Developer -3 - + diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index b8efa85b..49db3e4a 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -1,4 +1,5 @@ + + Changes @@ -25,21 +27,27 @@ Vincent Siveton - + Fix cvs usage entry in "project Info" menu. Add it if the repository element is defined in the pom (and not if the URL of the repository is defined). Added internationalization support. NullPointerException with optionals pom items missing. A link starting with https wasn't considered as an external link. - Add a comment property for dependencies + Add a + commentproperty for dependencies + Added maven.xdoc.copy.excludes property which lists the files to exclude from the resources copy. This defaults to any images currently unused by Maven. Additionally, if you are not using the classic theme, maven.xdoc.copy.excludes.classic is used to eliminate images only for the classic theme - Added new tag <escapeXml>. + Added new tag + <escapeXml>. + Maven xdoc plugin clean up generated velocity log as part of calling clean. New property (maven.xdoc.xml.copy) to copy only and not transform some xml files provided in the ${maven.docs.src} directory. Make compatible with Maven 1.1 Show version if maven.xdoc.date=right Allow header images and links to use relative paths Added dt css style - Add a legend for the symbols in the xdoc, disabled by setting maven.xdoc.legend=false + Add a legend for the symbols in the xdoc, disabled by setting + maven.xdoc.legend=false + Add a support for "hierarchical" site navigation in breadcrumbs