You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Edwin Punzalan (JIRA)" <ji...@codehaus.org> on 2005/11/23 09:27:06 UTC

[jira] Commented: (MEV-225) Replace wrong surefire plugin name in poms

    [ http://jira.codehaus.org/browse/MEV-225?page=comments#action_51746 ] 

Edwin Punzalan commented on MEV-225:
------------------------------------

Carlos, 

Several poms only have 

<artifactId>surefire</artifactId>

and no groupId, so when replaced with

<artifactId>maven-surefire-plugin</artifactId>

"mvn validate" fails bec <groupId> is missing.



Is that alright?  Or do I also add the groupId ?

Do you think I should fix everything so "mvn validate" won't fail ?

> Replace wrong surefire plugin name in poms
> ------------------------------------------
>
>          Key: MEV-225
>          URL: http://jira.codehaus.org/browse/MEV-225
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Carlos Sanchez
>     Assignee: Edwin Punzalan

>
>
> Search and replace all occurences of
> <artifactId>surefire</artifactId>
> to
> <artifactId>maven-surefire-plugin</artifactId>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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