sprint-3 allow to package without git

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a6f72948
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a6f72948
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a6f72948

Branch: refs/heads/ignite-424
Commit: a6f7294898129aed679d20cbebcb7360c00c301d
Parents: 8e590f9
Author: avinogradov <avinogra...@gridgain.com>
Authored: Mon Mar 30 13:24:43 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Mon Mar 30 13:24:43 2015 +0300

----------------------------------------------------------------------
 modules/core/pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a6f72948/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 718f4b0..cded6c1 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -269,12 +269,14 @@
                                 <phase>process-resources</phase>
                                 <configuration>
                                     <target>
-                                        <exec executable="${git.exec}" 
outputproperty="ignite.build" failonerror="yes">
-                                            <arg line="log -1 --format=%ct" />
+                                        <exec executable="${git.exec}" 
outputproperty="ignite.build"
+                                              failonerror="no" >
+                                            <arg line="log -1 --format=%ct"/>
                                         </exec>
 
-                                        <exec executable="${git.exec}" 
outputproperty="ignite.revision" failonerror="yes">
-                                            <arg line="log -1 --format=%H" />
+                                        <exec executable="${git.exec}" 
outputproperty="ignite.revision"
+                                              failonerror="no" >
+                                            <arg line="log -1 --format=%H"/>
                                         </exec>
 
                                         <tstamp>

Reply via email to