You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2018/01/29 22:02:39 UTC

[ANN] Apache Maven SCM Publish Plugin 3.0.0 Released

The Apache Maven team is pleased to announce the release of the Apache Maven 
SCM Publish Plugin, version 3.0.0

The maven-scm-publish-plugin is a utility plugin to allow publishing Maven 
website to any supported SCM. The primary goal was to have an utility plugin 
to allow Apache projects to publish Maven websites via the ASF svnpubsub 
system.

https://maven.apache.org/plugins/maven-scm-publish-plugin/

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

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-scm-publish-plugin</artifactId>
    <version>3.0.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-scm-publish-plugin/download.cgi

Release Notes - Maven SCM Publish Plugin - Version 3.0.0

** Bug
    * [MSCMPUB-19] - Plugin fails to publish to SCMs whose working copies 
don't have any kind of private storage
    * [MSCMPUB-29] - Website still points to jira.codehaus.org

** Improvement
    * [MSCMPUB-16] - MavenProject/MavenSession Injection as a parameter 
instead as a component.
    * [MSCMPUB-21] - Upgrade maven-scm to 1.9.4
    * [MSCMPUB-22] - Upgrade maven-shared-components parent to version 30
    * [MSCMPUB-23] - Bump version to 3.0.0-SNAPSHOT
    * [MSCMPUB-24] - Upgrade maven-release-manager to 2.5.3
    * [MSCMPUB-25] - Upgrade Maven SCM to 1.9.5
    * [MSCMPUB-26] - Change scope of maven-plugin-annotations to provided
    * [MSCMPUB-32] - improve doc for GitHub gh-pages use in orphan Git branch
    * [MSCMPUB-33] - add color output to improve UX
    * [MSCMPUB-35] - add support for symbolic links

** Task
    * [MSCMPUB-34] - switch to Git

Enjoy,

-The Apache Maven team

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