You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by yz...@apache.org on 2015/06/25 17:41:29 UTC

incubator-ignite git commit: # minor (excludes)

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-1.2.0-incubating-rc3 bdf399d48 -> 96a44c78d


# minor (excludes)


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

Branch: refs/heads/ignite-1.2.0-incubating-rc3
Commit: 96a44c78dcccefd90f5615641263e71958141d21
Parents: bdf399d
Author: Yakov Zhdanov <yz...@gridgain.com>
Authored: Thu Jun 25 18:41:19 2015 +0300
Committer: Yakov Zhdanov <yz...@gridgain.com>
Committed: Thu Jun 25 18:41:19 2015 +0300

----------------------------------------------------------------------
 parent/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/96a44c78/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 13678c0..5d3d9d6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -414,7 +414,9 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
-                            <excludes>*.gar</excludes>
+                            <excludes>
+                                <exclude>*.gar</exclude>
+                            </excludes>
                             <excludeResources>true</excludeResources>
                         </configuration>
                     </execution>