We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b24072 commit 69746e3Copy full SHA for 69746e3
pom.xml
@@ -4,9 +4,15 @@
4
<groupId>org.apache.hadoop.fs.glusterfs</groupId>
5
<artifactId>glusterfs</artifactId>
6
<packaging>jar</packaging>
7
- <version>0.20.2-0.1</version>
+ <version>0.20.2-0.1-SNAPSHOT</version>
8
<name>glusterfs</name>
9
<url>http://maven.apache.org</url>
10
+
11
+ <!-- Used for formatting the jar with timestamp -->
12
+ <properties>
13
+ <maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
14
+ </properties>
15
16
<dependencies>
17
<dependency>
18
<groupId>junit</groupId>
@@ -20,6 +26,7 @@
20
26
</dependency>
21
27
</dependencies>
22
28
<build>
29
+ <finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName>
23
30
<plugins>
24
31
<plugin>
25
32
<groupId>org.apache.maven.plugins</groupId>
0 commit comments