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]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/

Reply via email to