From 0f6ed2441d11976f0cfc99af052a7c9bfde2750e Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 04 Mar 2016 16:29:56 +0000
Subject: [PATCH] OPENDJ-2582 Consequences of changes done in the sdk

---
 pom.xml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index be376fd..122b631 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,6 +174,27 @@
                     </executions>
                 </plugin>
 
+                <!-- Retrieve the build timestamp -->
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>buildnumber-maven-plugin</artifactId>
+                    <executions>
+                        <execution>
+                            <id>generate-timestamp</id>
+                            <goals>
+                                <goal>create</goal>
+                            </goals>
+                            <configuration>
+                                <format>{0,date,yyyyMMddHHmmss}</format>
+                                <items>
+                                    <item>timestamp</item>
+                                </items>
+                                <buildNumberPropertyName>buildDateTime</buildNumberPropertyName>
+                            </configuration>
+                        </execution>
+                    </executions>
+                </plugin>
+
                 <!--
                 | This plugin's configuration is used to store Eclipse m2e settings only.
                 | It has no influence on the Maven build itself.

--
Gitblit v1.10.0