The Maven team is pleased to announce the release of the Maven Site
Plugin, version 2.0-beta-7

The Maven 2 Site plugin is used to generate a site for the project. The
generated site also includes the project's report distributions that was
configured in the <reporting> section of the pom.

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

You can run mvn -up 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-7</version>
</plugin>

Release Notes - Maven 2.x Site Plugin - Version 2.0-beta-7


** Bug
    * [MSITE-25] - mvn site:deploy and site:stage-deploy ignores server
configuration in settings.xml
    * [MSITE-143] - SCP works for deploy goal, but not for site-deploy
    * [MSITE-174] - Default bundle used not correct
    * [MSITE-211] - Can't deploy site using site:deploy due to a
ProxyHTTP error
    * [MSITE-262] - site.xml not inherited if build run from parent
    * [MSITE-270] - site.xml: menus inherited that should not
    * [MSITE-271] - Page title reads Introduction to $project.name
    * [MSITE-274] - space/newline added after added after anchor, link,
bold, italic and monospaced tags
    * [MSITE-304] - site:stage-deploy creates different directory
structure than site:site
    * [MSITE-313] - Use proper file encoding when storing site
descriptor in local repo
    * [MSITE-316] - Broken links to submodules when staging site
    * [MSITE-317] - User proper encoding when interpolating site descriptor
    * [MSITE-341] - 'nonProxyHosts' element is not handled when we
deploy a site

** Improvement
    * [MSITE-199] - Add publishDate position "none"
    * [MSITE-280] - Fix FAQ entry about staging
    * [MSITE-281] - Employ consistent typesetting/formatting
    * [MSITE-290] - Move logic from AbstractSiteMojo and
AbstractSiteRenderingMojo for Doxia related stuff
    * [MSITE-292] - Swedish translation for the site
    * [MSITE-303] - Discard invalid characters from directory name
generated for staging site
    * [MSITE-314] - use ${project.build.sourceEncoding} as default
value for "inputEncoding" parameter

** New Feature
    * [MSITE-212] - Catalan Language
    * [MSITE-251] - tr locale support
    * [MSITE-328] - Danish internationalization properties file

** Task
    * [MSITE-327] - Use Doxia 1.0-alpha-11
    * [MSITE-335] - Use maven-doxia-tools 1.0.1

Enjoy,

-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to