Apache Maven SCM Publish Plugin 1.1 Released

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

This 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. The plugin has been tested with git scm too and by example can push content for github pages.

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>1.1</version>
5</plugin>

Release Notes - Maven SCM Publish Plugin - Version 1.1

Bug:

  • MSCMPUB-12 - scmBranch ignored when tryUpdate is specified

Improvement:

  • MSCMPUB-15 - log files and directories added/deleted as INFO

New Feature:

  • MSCMPUB-14 - add all directories in 1 command per default

Enjoy,

-The Apache Maven team