Hi,
I'm a big fan of maven and all its plugins, its pom inheritance,...
which gives you powerful features.
From http://wiki.apache.org/hama/HowToContribute, hama must be built
with ant.
However, there is already a pom
https://svn.apache.org/repos/asf/incubator/hama/trunk/pom.xml with
dependency versions and
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
It should not be hard to change the src folders to map the standard
maven one.
Tks,
- Eric
On 4/04/2011 03:56, Edward J. Yoon wrote:
Hi all,
We plans on using Maven (or Ivy?).
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
Should we refactor our package layout?