I remember having a problem similar to this a few years ago. Turns out it was a local router in our LAN that was faulty and was freezing up with a certain byte sequence. I just tries to download that artifact manually from here and it worked.
On Mon, Dec 7, 2009 at 1:43 PM, Davis Ford <[email protected]>wrote: > Hi, I've got this config: > > <repository> > <id>flexmojos</id> > <url>http://repository.sonatype.org/content/groups/flexgroup/</url> > </repository> > > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-maven-plugin</artifactId> > <version>${flexmojos.version}</version> > <extensions>true</extensions> > <dependencies> > <dependency> > <groupId>com.adobe.flex</groupId> > <artifactId>compiler</artifactId> > <version>4.0.0.8811</version> > <type>pom</type> > </dependency> > </dependencies> > <configuration> > <targetPlayer>10.0.0</targetPlayer> > <locales> > <locale>en_US</locale> > </locales> > </configuration> > </plugin> > > And maven is continually stuck on > > Downloading: > http://repository.sonatype.org/content/groups/public//com/adobe/flex/compiler/saxon9/4.0.0.8811/saxon9-4.0.0.8811.jar > 1167/4906K > > Anyone have a workaround for this? I can't d/l this with a web browser > either -- just hangs after about 1MB. > > Regards, > Davis > > -- > 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?hl=en?hl=en > > http://blog.flex-mojos.info/ -- Grant Smith -- 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/
