[ 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
