ignite-111 + properties support
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/898a8f70 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/898a8f70 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/898a8f70 Branch: refs/heads/sprint-1 Commit: 898a8f70470cab0b46e4a4aa2b7c0bd50fc2924d Parents: 138dea3 Author: avinogradov <[email protected]> Authored: Wed Feb 4 14:07:58 2015 +0300 Committer: avinogradov <[email protected]> Committed: Wed Feb 4 14:07:58 2015 +0300 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/898a8f70/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ee490ab..fb5a50b 100644 --- a/pom.xml +++ b/pom.xml @@ -280,6 +280,7 @@ <include>src/**/*.java</include> <include>src/**/*.scala</include> <include>**/*.php</include> + <inclide>src/**/*.properties</inclide> </includes> <excludes> <exclude>**/com/romix/scala/**</exclude> @@ -288,6 +289,7 @@ <exclude>**/org/jetbrains/annotations/**</exclude> <exclude>**/org/pcollections/**</exclude> <exclude>**/org/jdk8/backport/**</exclude> + <exclude>src/test/java/org/apache/ignite/p2p/p2p.properties</exclude><!--test depends of file content--> </excludes> </configuration> <executions>
