Changes
dIon Gillard
fix URI problems
Fix google search form flow issues
Apply MPXDOC-77. - 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.
Fix MAVEN-965. Document maven.xdoc.jsl.
Fix MAVEN-966. Evenly space breadcrumbs, customize separator.
Fix MAVEN-962. Better timezone calcs.
Fix MAVEN-961. Bad docs entries for maven.docs.dest and maven.gen.docs.
Fix MAVEN-964. Add details on date format.
Apply MAVEN-940. Fix excess whitespace.
Fixed empty scm repository and issue tracking URL still being added to the project navigation.
Applied Maven-756. 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 for MAVEN-698. 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 as per MAVEN-554
Fix for Maven-322, remove the space in anchors.
Fix for Maven-419, suppress highlight on hover on mozilla on named anchors.
Fix for Maven-383, 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.