Commit Graph

6 Commits

Author SHA1 Message Date
luccioman
fa11475d02 Handle more properly missing .git directory
Made use of maven profiles.
2016-07-07 20:50:27 +02:00
luccioman
343638d98e Prevent build failing when .git is missing 2016-07-06 01:33:20 +02:00
luccioman
f35587d6f6 Ignore maven build repositories 2016-07-05 21:15:33 +02:00
sixcooler
5523998fdf rise limit of reversion to >9999 2016-06-28 20:58:58 +02:00
reger
bceb779414 refactor libbuild/GitRevMavenTask (marvenize)
to be able to add additional modules to build
2016-01-18 22:29:17 +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