You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by Neil Griffin <ne...@portletfaces.org> on 2016/11/08 17:22:39 UTC

Recommend configuration settings for the maven-release-plugin

Dear friends of Pluto,

Regarding the release process, I recommend the following configuration settings for the maven-release-plugin:

	<plugin>
		<groupId>org.apache.maven.plugins</groupId>
		<artifactId>maven-release-plugin</artifactId>
		<version>2.5.1</version>
		<configuration>
			<autoVersionSubmodules>true</autoVersionSubmodules>
			<pushChanges>false</pushChanges>
			<localCheckout>true</localCheckout>
		</configuration>
	</plugin>

In particular, pushChanges=false provides greater flexibility if the release process fails.


Best Regards to all,

Neil