Just to add to the observation...
Such error always happens when a reactor build hits a "war" project in maven.
An effective workaround is (as was mentioned) to run the build in the "war"
project directly (thus avoiding the reactor related problem).
Sorry, I do not know any further background or whether there already is an
issue filed with jira.
("Lack of time" is broadly available these days)
Rainer
Grzegorz Kossakowski schrieb:
> Gautam Ganguly pisze:
>>
>> ------------------------------------------------------------------------
>>
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Internal error in the plugin manager executing goal
>> 'org.apache.maven.plugins:maven-war-plugin:2.0.2:war ': Unable to
>> find the mojo 'org.apache.maven.plugins:maven-war-plugin:2.0.2:war'
>> in the plugin 'org.apache.maven.plugins:maven-war-plugin'
>> Component descriptor cannot be found in the component repository:
>>
>> org.apache.maven.plugin.Mojoorg.apache.maven.plugins:maven-war-plugin:2.0.2:war.
>>
>>
>> ...don't know what i am missing here???
>
>
> Argh, you are not the first one mentioning this error. It's quite interesting
> that I haven't managed
> to reproduce it on different machines to date. Anyway, you got this error
> after executing following
> commands:
> cd myCocoonWebapp
> mvn clean package
>
> It's crucial here that you execute this command in myCocoonWebapp directory.
> Report if you get the
> same error, then.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]