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.

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

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

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-scm-publish-plugin</artifactId>
4  <version>3.0.0</version>
5</plugin>

Release Notes - Maven SCM Publish Plugin - Version 3.0.0

Bugs:

  • 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

Improvements:

  • 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:

Enjoy,

-The Apache Maven team