clean command

2005-09-22 Thread Eli Doran
I have been wondering for some time why it is necessary to type "m2 clean:clean" instead of just "m2 clean". I understand it wants the goal for the plugin but if the goal's name is not specified couldn't it use a default goal? or at the very least check if it has a goal of the exact same name t

Re: clean command

2005-09-22 Thread Eli Doran
Vincent Massol wrote: Hi Eli, -Original Message- From: Eli Doran [mailto:[EMAIL PROTECTED] Sent: jeudi 22 septembre 2005 22:35 To: users@maven.apache.org Subject: clean command I have been wondering for some time why it is necessary to type "m2 clean:clean" instead o

Maven Site Plugin

2005-10-18 Thread Eli Doran
There are Ant tasks to use some parts of Maven. Can an Ant task be created to utilize the site plugin? If so, where should I start looking to figure that out? any info will be appreciated, ~eli - To unsubscribe, e-mail: [EMAIL

Re: Maven Site Plugin

2005-10-18 Thread Eli Doran
you in the right direction. A good start would be to look at the maven-site-plugin. - Brett On 10/18/05, Eli Doran <[EMAIL PROTECTED]> wrote: There are Ant tasks to use some parts of Maven. Can an Ant task be created to utilize the site plugin? If so, where should I start looking to figur

NPE in InitializerChecker when guest account is disabled

2005-10-24 Thread Eli Doran
I just setup Continuum and received a NullPointerException when trying to use disabled guest option. The problem is in org.apache.maven.continuum.web.action.InitializationChecker at line 164. I've included the neighboring lines below. The UserGroup is not checked whether it is null so the call