From e57ab857056dbd64a8834a30b0ba4c73e64bbbbf Mon Sep 17 00:00:00 2001 From: aheritier Date: Mon, 14 Feb 2005 22:07:14 +0000 Subject: [PATCH] MPXDOC-132 : A link starting with https wasn't considered as an external link. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153863 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/project.xml | 6 ++---- xdoc/src/plugin-resources/site.jsl | 2 +- .../test01/testdocs/testjsltosite.xml | 16 +++++++--------- xdoc/xdocs/changes.xml | 10 +++++----- 4 files changed, 15 insertions(+), 19 deletions(-) diff --git a/xdoc/project.xml b/xdoc/project.xml index 357881f9..9a2e5513 100644 --- a/xdoc/project.xml +++ b/xdoc/project.xml @@ -1,5 +1,4 @@ - - ../plugin-parent/project.xml 3 @@ -143,7 +141,7 @@ Developer -3 - + @@ -164,7 +162,7 @@ commons-jelly commons-jelly-tags-jsl - 1.1-SNAPSHOT + 1.0 commons-jelly diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 39a125f4..8789958a 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -305,7 +305,7 @@ - + ${href} externalLink External Link diff --git a/xdoc/src/plugin-test/test01/testdocs/testjsltosite.xml b/xdoc/src/plugin-test/test01/testdocs/testjsltosite.xml index 5d4a920d..67b4e860 100644 --- a/xdoc/src/plugin-test/test01/testdocs/testjsltosite.xml +++ b/xdoc/src/plugin-test/test01/testdocs/testjsltosite.xml @@ -16,20 +16,18 @@ * limitations under the License. */ --> - - Xdoc test Document -
-

empty document

-

- This document is generated separately from other xdoc documents - but should retain the site stylesheet and navigation. -

+

This document is generated separately from other xdoc documents but should retain the site stylesheet and navigation.
+

+

-
\ No newline at end of file + diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index ac279ffe..eb82855f 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -1,5 +1,4 @@ - - Changes @@ -27,16 +25,18 @@ + A link starting with https wasn't considered as an external link. Add a comment property 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>. - Maven xdoc plugin clean up generated velocity log as part of calling clean. + 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 an externalLink attribute to a report to use if link is not present