Index: pom.xml =================================================================== --- pom.xml (revision 1237566) +++ pom.xml (working copy) @@ -188,6 +188,7 @@ graph examples yarn + dist @@ -228,6 +229,17 @@ maven-antrun-plugin 1.6 + + + maven-assembly-plugin + 2.2.2 + + + src/assemble/bin.xml + + + + Index: core/pom.xml =================================================================== --- core/pom.xml (revision 1237566) +++ core/pom.xml (working copy) @@ -27,7 +27,7 @@ 4.0.0 org.apache.hama hama-core - Apache Hama Core + core 0.4.0-incubating-SNAPSHOT jar Index: core/src/main/java/org/apache/hama/http/HttpServer.java =================================================================== --- core/src/main/java/org/apache/hama/http/HttpServer.java (revision 1237566) +++ core/src/main/java/org/apache/hama/http/HttpServer.java (working copy) @@ -286,7 +286,7 @@ // if (url == null) // throw new IOException("webapps not found in CLASSPATH"); // return url.toString(); - return "src/main/webapp"; + return "core/src/main/webapp"; } /** Property changes on: dist ___________________________________________________________________ Added: svn:ignore + target Index: dist/pom.xml =================================================================== --- dist/pom.xml (revision 0) +++ dist/pom.xml (revision 0) @@ -0,0 +1,48 @@ + + + 4.0.0 + + + org.apache.hama + hama-parent + 0.4.0-incubating-SNAPSHOT + + + hama + + pom + + distribution + + + + + + + maven-assembly-plugin + + + distro-assembly + package + + single + + + hama-${project.version} + + src/assemble/bin.xml + + + + + + + + \ No newline at end of file Index: examples/pom.xml =================================================================== --- examples/pom.xml (revision 1237566) +++ examples/pom.xml (working copy) @@ -27,7 +27,7 @@ 4.0.0 org.apache.hama hama-examples - Apache Hama Examples + examples 0.4.0-incubating-SNAPSHOT jar Index: graph/pom.xml =================================================================== --- graph/pom.xml (revision 1237566) +++ graph/pom.xml (working copy) @@ -27,7 +27,7 @@ 4.0.0 org.apache.hama hama-graph - Apache Hama Graph Package + graph 0.4.0-incubating-SNAPSHOT jar Index: src/assemble/bin.xml =================================================================== --- src/assemble/bin.xml (revision 0) +++ src/assemble/bin.xml (revision 0) @@ -0,0 +1,79 @@ + + bin + + tar.gz + + false + + + + + true + + + + org.apache.hama:hama-core + org.apache.hama:hama-examples + org.apache.hama:hama-graph + org.apache.hama:hama-yarn + + + ../${module.name} + + *.xml + src/** + + + + ../ + + *.txt + *.xml + + ../ + + + target/lib + + *.jar + + + hama-core-0.4.0-incubating-SNAPSHOT.jar + hadoop-**-0.23.0-**.jar + + 755 + ../lib + + + bin + + hama + *.sh + + ../bin + 755 + + + conf + + groomservers + hama-default.xml + hama-env.sh + hama-site.xml + log4j.properties + + ../conf + 755 + + + + + 755 + ../ + false + + + + Index: yarn/pom.xml =================================================================== --- yarn/pom.xml (revision 1237566) +++ yarn/pom.xml (working copy) @@ -26,7 +26,7 @@ 4.0.0 org.apache.hama hama-yarn - Apache Hama YARN + yarn 0.4.0-incubating-SNAPSHOT jar