You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2011/08/03 19:51:29 UTC

[ANN] Maven Site Plugin 3.0 Released

The Maven team is pleased to announce the release of the Maven Site
Plugin, version 3.0

The Maven Site Plugin is a plugin that generates a site for the current
project.

http://maven.apache.org/plugins/maven-site-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-site-plugin</artifactId>
  <version>3.0</version>
</plugin>


Release Notes - Maven Site Plugin - Version 3.0

Bug
* [MSITE-595] inheritedMenus IT fails
* [MSITE-593] Correction in the french localization
* [MSITE-589] Invalid image assignation in html
* [MSITE-578] Incorrect and confusing documentation of site directories
* [MSITE-572] slf4j-simple dependency is unnecessary
* [MSITE-571] "Testcase" for maven-site-plugin 3.0-beta-3
* [MSITE-570] Wrong documentation for Excluding Document Formats
* [MSITE-566] site:attach-descriptor removes all comments and filters
the content
* [MSITE-564] site:stage creates a strange directory structure in the
case of multi module projects
* [MSITE-553] Incomplete documentation site descriptor inheritance
* [MSITE-550] site:site <attributes> parameter does not work
* [MSITE-547] Links to child modules do not work when using flat structure
* [MSITE-546] "container" field of SiteDeployMojo not populated
correctly -> NPE with servers containing configuration
* [MSITE-537] site:stage-deploy creates wrong directory structure if run
from a sub-module
* [MSITE-536] generateSitemap=true creates xdoc that fails to validate
with validate=true
* [MSITE-534] site:stage gives different links than site:deploy
* [MSITE-532] site:attach-descriptor removes modules ref if the project
doesn't have any modules
* [MSITE-510] Sitemap generates wrong links to project overview pages
* [MSITE-503] Site validation doesn't run against xml files processed by
velocity
* [MSITE-502] Multiple Parent-Links and additional module-link inherited
wrong from parent
* [MSITE-488] site:attach shouldn't replace variables from site.xml
* [MSITE-472] Navigation links from maven-project-info-reports disappear
when using maven-site-plugin 3.0-beta-1-SNAPSHOT and POM references
parent POM
* [MSITE-423] <links> item hrefs not relativised properly when inherited
by child modules
* [MSITE-417] CLONE -The modules menu is not inherited if the parent
project has no modules of its own
* [MSITE-322] problem with internationalization of multimodule projects
* [MSITE-273] Wrong url in banner left url when page has more 2 sub
directories
* [MSITE-244] Relative paths are losing their query parts
* [MSITE-159] Absolute URI rendered as relative URI if absolute URI
related to domain of POM URI

Improvement
* [MSITE-599] Improve error message when deploy protocol isn't available
* [MSITE-598] Maven Site Plugin 3.x ignores Wagon extensions
* [MSITE-597] attach-descriptor should attach only for pom packaging by
default (and provide a way to force eventually)
* [MSITE-573] Default stagingRepositoryId should match site id
* [MSITE-560] make maven-site-plugin 3.x work both with Maven 2.2 and
Maven 3.x
* [MSITE-541] add "skip" option for site:deploy
* [MSITE-535] Do not use project.url for relative link resolution
* [MSITE-533] make site:stage a local file deploy
* [MSITE-528] Improve documentation using M3-aware profile
* [MSITE-520] Russian localization
* [MSITE-429] Add Galician locale (gl) support

New Feature
* [MSITE-458] Fixing the order of items in "Modules" menu
* [MSITE-367] add skip parameter for multimodule project
* [MSITE-354] Generation of project-info.html cannot be omitted

Task
* [MSITE-576] Update to Doxia Sitetools 1.2
* [MSITE-575] Update to maven-doxia-tools 1.4
* [MSITE-574] Update to Doxia 1.2
* [MSITE-556] Update site documentation related to deployment to
sourceforge.



Known issues

During the testing of the release, one regression was found.

* [MSITE-602] The staged site is deployed to the wrong place


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Maven Site Plugin 3.0 Released

Posted by Jesse Farinacci <ji...@gmail.com>.
Congratulations!!!

On Wed, Aug 3, 2011 at 1:51 PM, Dennis Lundberg <de...@apache.org> wrote:
> The Maven team is pleased to announce the release of the Maven Site
> Plugin, version 3.0

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org