Repository: hama Updated Branches: refs/heads/master 77597172f -> 656c0134f
HAMA-979: Change the setting the -source and -target of the Java Compiler to 1.7 Project: http://git-wip-us.apache.org/repos/asf/hama/repo Commit: http://git-wip-us.apache.org/repos/asf/hama/commit/656c0134 Tree: http://git-wip-us.apache.org/repos/asf/hama/tree/656c0134 Diff: http://git-wip-us.apache.org/repos/asf/hama/diff/656c0134 Branch: refs/heads/master Commit: 656c0134f432821e2a413ea380350b7f3148168e Parents: 7759717 Author: Edward J. Yoon <[email protected]> Authored: Thu Nov 5 12:19:05 2015 +0900 Committer: Edward J. Yoon <[email protected]> Committed: Thu Nov 5 12:19:05 2015 +0900 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hama/blob/656c0134/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 28086e1..549d24e 100644 --- a/pom.xml +++ b/pom.xml @@ -489,6 +489,14 @@ </executions> </plugin> </plugins> + <resources> + <resource> + <directory>conf</directory> + <includes> + <include>log4j.properties</include> + </includes> + </resource> + </resources> </build> <distributionManagement>
