mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
03.04.2016 0f6ed2441d11976f0cfc99af052a7c9bfde2750e
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.