Skip to content
Snippets Groups Projects
Commit 44bf4593 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fix on git hash plugin

parent 3d4e4efe
No related branches found
No related tags found
No related merge requests found
public/.gitattributes
\ No newline at end of file
*.bam binary
*.bam.bai binary
public/.gitignore
\ No newline at end of file
# Project-related
dependency-reduced-pom.xml
git.properties
# gedit
*~
# Vim
*.swp
# IntelliJ
.idea/workspace.xml
/target/
/public/target/
/protected/target/
......@@ -10,4 +10,4 @@ git.properties
.idea/workspace.xml
/target/
/public/target/
/protected/target/
\ No newline at end of file
/protected/target/
#Generated by Git-Commit-Id-Plugin
#Sat Nov 22 14:25:31 CET 2014
git.commit.id.abbrev=ee97d7f
git.commit.user.email="p.j.van_t_hof@lumc.nl"
git.commit.message.full="moved preLoad config to PipelineCommand"
git.commit.id=ee97d7f2bfb57ee3e6cec25b35b2eb942f195a45
git.commit.id.describe-short=start-feature-branching-271-dirty
git.commit.message.short="moved preLoad config to PipelineCommand"
git.commit.user.name="Peter van 't Hof"
git.build.user.name="Peter van 't Hof"
git.commit.id.describe=start-feature-branching-271-gee97d7f-dirty
git.build.user.email="p.j.van_t_hof@lumc.nl"
git.branch=feature-licence
git.commit.time="2014-11-22 14\:21\:55 +0100"
git.build.time=22.11.2014 @ 14\:25\:31 CET
git.remote.origin.url=git@git.lumc.nl\:biopet/biopet.git
......@@ -122,23 +122,23 @@
</goals>
</execution>
</executions>
<configuration>
<prefix>git</prefix>
<dateFormat>dd.MM.yyyy '@' HH:mm:ss z</dateFormat>
<verbose>false</verbose>
<dotGitDirectory>${basedir}/../../.git</dotGitDirectory>
<useNativeGit>true</useNativeGit>
<skipPoms>false</skipPoms>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>src/main/resources/git.properties</generateGitPropertiesFilename>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<abbrevLength>7</abbrevLength>
<abbrevLength>8</abbrevLength>
<skip>false</skip>
<excludeProperties></excludeProperties>
<gitDescribe>
<skip>false</skip>
<always>false</always>
<abbrev>7</abbrev>
<abbrev>8</abbrev>
<dirty>-dirty</dirty>
<forceLongFormat>false</forceLongFormat>
</gitDescribe>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment