You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kristine Weissbarth <kr...@sourcepark.de> on 2003/06/18 11:17:53 UTC

'Goal does not exist' problem

Hi,

I absolutely don't know what's going wrong in my project right now. I
thought that 'maven clean' or 'maven site:generate' are standard goals
of maven which should work without defining them explicitly. I have a
simple project without maven.xml but the only thing that works is the
'maven jar' and 'maven jar:install'. When I'm trying to site:generate or
a simple 'maven clean' the following output appears. 

Can anybody give me a hint in which direction I should search to find
the root of this problem, please? Maybe you recognize those outputs?



---------------- output 'maven clean' -----------
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


BUILD FAILED
Goal "clean" does not exist in this project.
Total time:  11 seconds

---------------- output 'maven clean' end -------

------------ output 'maven site:generate' -------
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


BUILD FAILED
Goal "site:generate" does not exist in this project.
Total time:  11 seconds

--------- output 'maven site:generate' end -------




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: 'Goal does not exist' problem

Posted by Kristine Weissbarth <kr...@sourcepark.de>.
Thank you very very much!! That worked! I was sittin' on this till
yesterday. Thanks a lot.

Am Mit, 2003-06-18 um 11.41 schrieb Ben Walding:
> Try deleting *.cache from $MAVEN_HOME/plugins
> 
> Kristine Weissbarth wrote:
> 
> >Hi,
> >
> >I absolutely don't know what's going wrong in my project right now. I
> >thought that 'maven clean' or 'maven site:generate' are standard goals
> >of maven which should work without defining them explicitly. I have a
> >simple project without maven.xml but the only thing that works is the
> >'maven jar' and 'maven jar:install'. When I'm trying to site:generate or
> >a simple 'maven clean' the following output appears. 
> >
> >Can anybody give me a hint in which direction I should search to find
> >the root of this problem, please? Maybe you recognize those outputs?
> >
> >
> >
> >---------------- output 'maven clean' -----------
> > __  __
> >|  \/  |__ Jakarta _ ___
> >| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> >|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
> >
> >
> >BUILD FAILED
> >Goal "clean" does not exist in this project.
> >Total time:  11 seconds
> >
> >---------------- output 'maven clean' end -------
> >
> >------------ output 'maven site:generate' -------
> > __  __
> >|  \/  |__ Jakarta _ ___
> >| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> >|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
> >
> >
> >BUILD FAILED
> >Goal "site:generate" does not exist in this project.
> >Total time:  11 seconds
> >
> >--------- output 'maven site:generate' end -------
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >  
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: 'Goal does not exist' problem

Posted by Ben Walding <de...@walding.com>.
Try deleting *.cache from $MAVEN_HOME/plugins

Kristine Weissbarth wrote:

>Hi,
>
>I absolutely don't know what's going wrong in my project right now. I
>thought that 'maven clean' or 'maven site:generate' are standard goals
>of maven which should work without defining them explicitly. I have a
>simple project without maven.xml but the only thing that works is the
>'maven jar' and 'maven jar:install'. When I'm trying to site:generate or
>a simple 'maven clean' the following output appears. 
>
>Can anybody give me a hint in which direction I should search to find
>the root of this problem, please? Maybe you recognize those outputs?
>
>
>
>---------------- output 'maven clean' -----------
> __  __
>|  \/  |__ Jakarta _ ___
>| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
>
>
>BUILD FAILED
>Goal "clean" does not exist in this project.
>Total time:  11 seconds
>
>---------------- output 'maven clean' end -------
>
>------------ output 'maven site:generate' -------
> __  __
>|  \/  |__ Jakarta _ ___
>| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
>
>
>BUILD FAILED
>Goal "site:generate" does not exist in this project.
>Total time:  11 seconds
>
>--------- output 'maven site:generate' end -------
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org