Re: help:describe throws NPE

2007-06-18 Thread Maria Odea Ching
Hi Jon, You should remove the -Dmojo=describe from the command you're executing or rather, replace 'describe' with the appropriate goal of the dashboard-maven-plugin. The 'mojo' parameter is used to specify the goal or the mojo of the plugin you want to describe (in this case, its the dashboa

help:describe throws NPE

2007-06-18 Thread Jon Strayer
Would this indicate a problem with the dashboard-name-plugin? Here is the command line: mvn help:describe -Dmojo=describe -DgroupId=org.codehaus.mojo-DartifactId=dashboard-maven-plugin -Dfull=true -Dversion= 1.0-SNAPSHOT Here is the stack trace: java.lang.NullPointerException at org.apach