ignite-618
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/50ed8252
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/50ed8252
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/50ed8252
Branch: refs/heads/ignite-424
Commit: 50ed825204d223be52b08ab6cf9bee205a18264b
Parents: caa0f08
Author: avinogradov <avinogradov@gridgain.com>
Authored: Mon Mar 30 17:55:12 2015 +0300
Committer: avinogradov <avinogradov@gridgain.com>
Committed: Mon Mar 30 17:55:12 2015 +0300
----------------------------------------------------------------------
modules/core/pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/50ed8252/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index cded6c1..530fa23 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -268,14 +268,13 @@
</goals>
<phase>process-resources</phase>
<configuration>
+ <failOnError>false</failOnError>
<target>
- <exec executable="${git.exec}" outputproperty="ignite.build"
- failonerror="no" >
+ <exec executable="${git.exec}" outputproperty="ignite.build"
>
<arg line="log -1 --format=%ct"/>
</exec>
- <exec executable="${git.exec}" outputproperty="ignite.revision"
- failonerror="no" >
+ <exec executable="${git.exec}" outputproperty="ignite.revision"
>
<arg line="log -1 --format=%H"/>
</exec>
|