please start writing subject lines for your emails also look at the error message [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home/cloudera)
do ls -l pom.xml inside /home/cloudera directory change directory to where your codebase is and then run the command again after making sure there is pom.xml present in that directory On Thu, Mar 6, 2014 at 3:17 PM, Avinash Kujur <[email protected]> wrote: > while impoting jar files using.. > mvn clean install -DskipTests -Pdist > > i am getting this error, > > > [ERROR] The goal you specified requires a project to execute but there is > no POM in this directory (/home/cloudera). Please verify you invoked Maven > from the correct directory. -> [Help 1] > > help me out > -- Nitin Pawar
