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

The maven-scm-publish-plugin is a utility plugin to allow publishing Maven 
website to any supported SCM.

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.1.0</version>
</plugin>


Release Notes - Apache Maven SCM Publish Plugin - Version 3.1.0

Bug
* [MSCMPUB-42] Can't publish to file:// URL containing an @
* [MSCMPUB-13] automaticRemotePathCreation does not create parent directories

Improvement
* [MSCMPUB-47] use Files.createTempDirectory(...) instead of custom code around 
File.createTempFile(...)
* [MSCMPUB-45] make build Reproducible

New Feature
* [MSCMPUB-41] Publish in repository sub-folder
* [MSCMPUB-40] Ability to skip this plugin execution via a config property

Task
* [MSCMPUB-46] drop custom scmpublish lifecycle with its scmpublish goal
* [MSCMPUB-39] Upgrade maven-plugins parent to 33.
* [MSCMPUB-37] Upgrade to SCM 1.10.0


Enjoy,

-The Maven team



Reply via email to