Changes
dIon Gillard
Vincent Massol
Arnaud Heritier
Vincent Siveton
Url and timezone not used for contributor.
Mailing list links break if the address starts with http.
Internationalized sites have no images.
New goal xdoc:sitemap to generate a sitemap.
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
- commons-jelly v1.0-RC1 -> v1.0
- commons-logging v1.0.3 -> v1.0.4
- maven-model v3.0.0 -> v3.0.1
maven.ui.navcol.width has no effect.
When there's no user provided documentation, some generated docs don't get copied to site.
Menus with type="header" are not processed by site.jsl.
Unclear error message when <currentVersion/> in project.xml file not defined.
Perform JSL transforms on xdocs only when they have changed.
Add xdoc tag library documentation to the plugin site.
Fix xdoc:validate.
One cannot call xdoc:copy-user-resources directly.
Add support for more powered-by banners.
Support global theme.
Add a navigation bar.
Add an optional id tag to sub/sections, so they can be referenced.
Add a property to override navigation.xml.
Show organization in header even if logo not set.
Ampersands in navigation.xml being escaped twice.
Ampersand in section/subsection not correct.
Downloads report cannot be disabled for child projects.
Dependencies comment (MPXDOC-129) feature disappeared.
Special characters in menu ids aren't escaped.
Add documentation about "external links" and "new windows".
Xdoc plugin >= 1.9 not compatible with older customised site.jsl.
System locale setting makes test cases fail.
cvs-usage link not shown in project-info page
i18n : menu tag in xdoc does not work with "key" translated text id.
maven.xdoc.date.format does not seem to have any effect.
<DT> is appearing same way as subsection. Fix layout for the FAQ plugin.
Fixed bundles expression.
Missing "Project Reports" header in the generated menu.
Allow i18n links.
i18n : html code removed from bundles.
i18n : doc title wasn't printed in breadcrumbs.
breadcrumbs : add a link to the site on the project name.
Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1
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
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>.
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 support for "hierarchical" site navigation in breadcrumbs
Add an externalLink attribute to a report to use if link is not present
Added a link to the release notes in the download report. Note that this link is only created if the project has a
xdocs/changes.xmlfile.
Add instructions to checkout with maven to cvs-usage page
Correct ampersand handling in hrefs.
Build and run plugin against the installed version of Maven
Fix bad target in links generated in reports overview page.
- Items in navigation.xml and reports can define a target attribute.
- Items in links can use an img attribute to create an icon.
- New CSS class named "externalLink" used for links with an url beginning with 'http://'.
- New CSS class named "newWindow" used for links with target='_blank'.
Exclude .fml files from copy to target directory
Add a "classic" theme CSS
Added new download report along with a new link in the Maven generated documentation. This new link will only appear if you have defined the new
maven.xdoc.distributionUrlproperty. There is also a new
maven.xdoc.distributionTypeproperty that indicates what type of artifact your project is delivering. It defaults to "jar".
The xdoc plugin now supports generating custom reports using Jelly. It was previously only supporting Velocity. Simply name your report templates with a ".jelly" extension.
Allow reports to be generated even if they aren't linked from the "project reports" section by giving an empty link attribute to the register report tag.
Only show "CVS Access Behind a Firewall" section if using CVS.
wrong lists generated for not expandable menu items. Some changes in patch were already put in place by brett.
Fix issues with DOM classes and jdk1.3
jslToSite fix, escapeNameTokens improvement
make anchor tags not wrap text, but sit in front of it
indent nested menus in navigation
remove changes-report.xml which was generating over the top of the actual report. This information already exists in the changes plugin documentation.
fix processing of a href links
fix URI problems
html tags not passed through for source and pre tags
Fix google search form flow issues
- generated site is valid tableless XHTML with a fully css layout.
- Html elements are now used properly: link lists are ul, titles are h1, h2, etc.
- invalid html produced for sections "name" elements is now fixed, escaping unvalid chars (replaced by "_").
- Hrefs for local links (starting with "#") are fixed accordingly during transformation
- whitespace in output has been dramatically reduced (only preserved in sensitive elements such as pre, script, style
- fixes layout during loading in internet explorer: empty images in the nav bar are popping up with the default blue border and text is initially unstyled.
- No empty images are used anymore ("handles" for nav bar are created using css)
- xdoc:copy-user-resources also copies resource from maven.gen.docs and not only from maven.docs.src: this allows for reporting plugins to generate images without copying them directly to maven.docs.dest
- users can add links _after_ the standard project info/project reports section setting the "type" attribute to "footer" for the menu element ($nav/body/menu[@type='footer'])
- development process URL is not included if maven.xdoc.developmentProcessUrl is empty
- xhtml fix: missing "alt" attribute for images (required in xhtml) is added automatically
Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property.
Removed unneeded ant and grant dependencies.
Document maven.xdoc.jsl.
Evenly space breadcrumbs, customize separator.
Better timezone calcs.
Bad docs entries for maven.docs.dest and maven.gen.docs.
Add details on date format.
Fix excess whitespace.
Fixed empty scm repository and issue tracking URL still being added to the project navigation.
cvs-usage.xml breaks on non-cvs scm URL
Move xdoc faqs over from the wiki
update to commons-jelly-20030902.160215
Move maven.docs.* and maven.gen.docs to defaults.properties instead of xdoc plugin
Fix the broken build if repository/connection is not present.
Fixed bug where top level xdocs were using xdocs/navigation.xml instead of the generated one when it was available.
Dependency report was completely rewritten. Report generator is now aware of notion of type and groupId. In addition URL and Description (which was also added to the report) of the dependency can be taken from the POM if there is one in the local repository
Documentation of goals ported to new dedicated format
update to maven 1.0-beta-10
update to velocity 1.4-dev
Upgrade to dom4j 1.4
Add xml declaration to generated report. Fixed for character encoding.
Added the google search on navbar
remove the space in anchors.
suppress highlight on hover on mozilla on named anchors.
target encoding can be set for files generated from POM.
Added a target to validate the navigation.xml files from the schema
Added Cactus reports to Project Reports
Added new
$gen-xdocsvariable in the Velocity context used to generate the templates files. It points to the location where generated xdocs are located.
Added maven.xdoc.development-process-url properties.
Added Javadoc report to Project Reports
Fix table widths of changelog and changes reports
Fix for Maven-124, the navbar was out of sync with maven-reports.xml
Created link with development process page if development-process.xml exist in xdocs directory, otherwise a link with development process page on Maven site.
Added documentation for the new changes report.
Added the new
changes report.
Added an id column for committers on the team-list page.