无法下载flexmojos插件,maven忽略了存储库配置

时间:2012-11-22 07:55:45

标签: flex maven maven-plugin flexmojos

我有Flex项目,我需要flexmojos-maven-plugin来构建它。

<plugin>
    <groupId>org.sonatype.flexmojos</groupId>
    <artifactId>flexmojos-maven-plugin</artifactId>
    ...
</plugin>

我还提到了存储库

<repositories>
    <repository>
        <id>flexmojos</id>
        <url>http://repository.sonatype.org/content/groups/flexgroup/</url>
    </repository>
</repositories>

但是maven忽略了它,并没有尝试从那里下载插件。

[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/org/sonatype/flexmojos/flexmojos-maven-plugin/3.9/flexmojos-maven-plugin-3.9.jar
[INFO] Unable to find resource 'org.sonatype.flexmojos:flexmojos-maven-plugin:maven-plugin:3.9' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR

请指教。谢谢!

1 个答案:

答案 0 :(得分:1)

3.9版本似乎有问题。我可以毫无问题地成功下载3.8版本。但3.9会触发“无法找到资源”错误。

我怀疑你在解决存储库方面遇到了问题。有时,Maven输出并没有很好地展示它从远程回购中读取的努力。特别是当您重复运行相同的失败命令时(例如mvn clean install)。

查看您的本地存储库。如果您可以在org/sonatype/flexmojos下找到任何内容,那么您肯定正确地解析了存储库。

我建议你在邮件列表上发帖:https://docs.sonatype.org/display/FLEXMOJOS/Project+Information