That's not the right repository URL. That's the public Sonatype repository, not the FlexMojos repository. Try http://repository.sonatype.org/content/groups/flexgroup/ instead
On Wed, Aug 18, 2010 at 10:05 AM, jvfacio <[email protected]> wrote: > Hi all, > > I use the nexus maven repository an i try to add the flex-mojos- > repository, this is the sumary: > > Repository ID: flex-mojos-repository > Repository Name: flex mojos repository > Repository Type: proxy > Repository Policy: Release > Repository Format: maven2 > Contained in groups: > > Remote URL: http://repository.sonatype.org/content/groups/public/ > > with this configuration I can browse the repository, but when try to > compile my project throw me some errors like: > > [INFO] Unable to find resource > 'com.adobe.flex.framework:playerglobal:pom:9-3.3.0.4852' in repository > central (http://central) > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) com.adobe.flex.framework:playerglobal:swc:9-3.3.0.4852 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.adobe.flex.framework - > DartifactId=playerglobal -Dversion=9-3.3.0.4852 -Dpackaging=swc - > Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the > file there: > mvn deploy:deploy-file -DgroupId=com.adobe.flex.framework - > DartifactId=playerglobal -Dversion=9-3.3.0.4852 -Dpackaging=swc - > Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) com.adobe.flex.framework:playerglobal:swc:9-3.3.0.4852 > > Do you can help me please? > > -- > 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]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- 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 http://flexmojos.sonatype.org/
