Hi Shantanu, I guess its because you are running it from helix directory. You need to run that command from helix-core. BTW, we have moved the github code to Apache Git.
You can clone the repo from git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git. Rest of the instructions stay the same. Thanks, Kishore G On Wed, Nov 7, 2012 at 1:27 AM, Shantanu <[email protected]> wrote: > Reference: https://github.com/linkedin/helix/wiki/Quickstart > > shantanu@shantanu-laptop:~/workspace/helix$ git pull > cat Already up-to-date. > shantanu@shantanu-laptop:~/workspace/helix$ cat /etc/lsb-release > DISTRIB_ID=Ubuntu > DISTRIB_RELEASE=12.04 > DISTRIB_CODENAME=precise > DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS" > shantanu@shantanu-laptop:~/workspace/helix$ > > > shantanu@shantanu-laptop:~/workspace/helix$ mvn install package > appassembler:assemble -Dmaven.test.skip=true > > Results in .......... > > [ERROR] Failed to execute goal > org.codehaus.mojo:appassembler-maven-plugin:1.1.1:assemble (default-cli) on > project helix: The parameters 'programs' for goal > org.codehaus.mojo:appassembler-maven-plugin:1.1.1:assemble are missing or > invalid -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/PluginParameterException > > > regards, > Shantanu >
