Skip to content

Instantly share code, notes, and snippets.

@xdu
xdu / maven projetct version.md
Last active December 3, 2015 10:34
Change the maven project version and the children

When a maven project contains multiple sub modules, the command line below can change all the versions to the specified one.

mvn release:update-versions -DdevelopmentVersion=16.1.0-SNAPSHOT
@xdu
xdu / maven-build-timestamp.md
Created February 10, 2016 13:24
maven build timestamp
<properties>
	<maven.build.timestamp.format>yyyyMMdd.HHmmss</maven.build.timestamp.format>
</properties>

<plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-jar-plugin</artifactId>
	<configuration>
		<archive>