On Mon, Mar 22, 2010 at 3:45 AM, Murray Furtado <[email protected]> wrote: > Any other suggestions?
Your pom looks fine at first glance. Try doing mvn help:effective-pom or using -X to get the debugging output and see if there is something strange going on. Sometimes the parent pom brings in some weird config, or the error is during an unexpected portion of the lifecycle, and that causes the problem. Or as Velo said, it could be corrupt artifacts (though less common). For that you can clear out your ~/.m2/repository/com/adobe directory and let it bring down the artifacts again (unless you have manually installed com.adobe artifacts in your local repo). Logan -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://flexmojos.sonatype.org/ To unsubscribe from this group, send email to flex-mojos+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
