On Sat, Jan 10, 2009 at 2:44 AM, Conrad Winchester <[email protected]> wrote: > I am trying to get a very simple Flex 3, FP 10 project running under > maven and so have created the pom.xml file listed below. Unfortunately > when I type mvn at the command line I get the following error message: > > [INFO] Scanning for projects... > Downloading: > http://repo1.maven.org/maven2/info/flex-mojos/flex-super-pom/2.0M10/flex-super-pom-2.0M10.pom > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > And indeed that file does not seem to exist at the repository. > > Could someone please tell me how to make mvn look in the correct > repository? What am I missing?
You need to add a <repositories> and <pluginRepositories> section like in this pom: http://svn.sonatype.org/flexmojos/repository/info/flex-mojos/flex-super-pom/2.0M10/flex-super-pom-2.0M10.pom 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://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
