Repository: incubator-ignite Updated Branches: refs/heads/ignite-1.2.0-incubating-rc3 96a44c78d -> 3250dfca0
# 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/3250dfca Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3250dfca Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3250dfca Branch: refs/heads/ignite-1.2.0-incubating-rc3 Commit: 3250dfca07f5858dbad5943b31d315e038c0c419 Parents: 96a44c7 Author: Yakov Zhdanov <yzhda...@gridgain.com> Authored: Thu Jun 25 23:48:46 2015 +0300 Committer: Yakov Zhdanov <yzhda...@gridgain.com> Committed: Thu Jun 25 23:48:46 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3250dfca/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 5d3d9d6..1a0db5e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -415,7 +415,7 @@ <phase>package</phase> <configuration> <excludes> - <exclude>*.gar</exclude> + <exclude>**/*.gar</exclude> </excludes> <excludeResources>true</excludeResources> </configuration>