The Maven team is pleased to announce the release of the Maven Site
Plugin, version 2.0-beta-5.
http://maven.apache.org/plugins/maven-site-plugin/
You can run mvn -U to get the latest version of the plugin, or specify
the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-5</version>
</plugin>
Changes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12541&styleName=Text&projectId=11146&Create=Create
* [MSITE-23] - problems with site:stage
* [MSITE-24] - Site deployment doesn't allow users in the group to write
files
* [MSITE-40] - don't generate doc file if it is unchanged
* [MSITE-44] - make site reactor aware
* [MSITE-48] - add reusable skin functionality and create skins default,
stylus and classic
* [MSITE-51] - add breadcrumbs
* [MSITE-58] - Ability to assign a report to choosen navigation menu
* [MSITE-65] - ${parentProject}\ in default site descriptor doesn't resolve
* [MSITE-71] - Plugin uses NON interpolated model values (e.g URL) due
to MavenProject.getParent returning non interpolated project
* [MSITE-72] - new non reactor populateModules SiteMojo code assumes
each POM declares its own URL
* [MSITE-73] - new site code fails to generate banner images in projects
other than site.xml owning project
* [MSITE-74] - Suport proxy
* [MSITE-86] - ${modules} macro placed in site.xml does work properly
* [MSITE-91] - "src/site/site.xml" hardcoded in AbstractSiteMojo.java
* [MSITE-97] - Site plugin doesn't copy images to target
* [MSITE-102] - SCM files in src/site directory cause 'mvn site' to fail
- need to exclude files
* [MSITE-104] - There is no way to specify the input encoding of site
documents
* [MSITE-108] - problem with nav generation (collapse = true) snapshot
used 20060315.092459-4.jar (same trouble doxia trunk)
* [MSITE-110] - Use reactor to find parent URL where possible patch
(patch also includes improved calculate relative path and better read
modules from filesystem POM functionality)
* [MSITE-111] - Invalid site-plugin_ja.properties
* [MSITE-113] - generated-site no longer working
* [MSITE-116] - When deploying an individual stage site it goes in the
wrong place
* [MSITE-128] - Site plugin does not properly handle filenames with more
than one period
* [MSITE-61] - deployment of site descriptor should populate any modules
items
* [MSITE-62] - make absolute paths relative where possible
* [MSITE-63] - replace interpolated values with decoration model directives
* [MSITE-94] - Add an image in an item from the site descriptor (m1 style)
* [MSITE-100] - Improve error message about duplicate files
* [MSITE-109] - Site plugin should convert .fml files when working from
xdocDirectory
* [MSITE-115] - Provide a default value for a staging directory
* [MSITE-127] - Welcome page should work with mvn site:run
* [MSITE-68] - Ability to view how the site would look without
generating the entire site
* [MSITE-98] - Allow files to be excluded from site generation
* [MSITE-99] - Spanish translation
* [MSITE-105] - No line number for Doxia barfs makes using APT to write
site documentation all but impossible
* [MSITE-80] - refactor site mojo into reusable components
* [MSITE-103] - finish refactoring of category summary pages and index
page report