Thanks. But that was not the issue. I was trying to set up the project for the first time. However, in the command 'maven -Dpackage=com.mycom.app genapp' I had replaced genapp with my module which broke the command. It works now.
Ben Walding <[EMAIL PROTECTED]> wrote:Make sure you have a project.xml file in the directory you are launching Maven from. This is usually the cause of this exception Mirza Abbas Raza wrote: >Hi, >I am new to maven. When I try to start a new project I get a null pointer exception. >I have followed the instructions given on maven home page. The null pointer exception >is in >org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:368) >Any help appreciated. >Thanks, >Abbas > > >--------------------------------- >Do you Yahoo!? >Yahoo! Tax Center - forms, calculators, tips, and more > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more
