Commit Graph

3 Commits

Author SHA1 Message Date
reger
090f789261 update Maven pom 2013-12-25 22:33:35 +01:00
reger
62c591ffd1 add Maven plugin to return a YaCy style Git repository build release number and timestamp
- it injects properties which can be used in pom via ${DSTAMP} ${releaseNr} if added as plugin via
<plugin>
<groupId>net.yacy</groupId>
<artifactId>maven-plugin-gitrevisionnumber</artifactId>
<version>1.0</version>
<executions><execution>
<phase>initialize</phase>
<goals><goal>create</goal></goals>
</execution></executions>
</plugin>
2013-11-02 02:33:06 +01:00
reger
f8f7f33596 add Maven build script 2013-01-20 21:08:59 +01:00