| | |
| | | </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. |