apache falcon 编译

http://falcon.apache.org/0.6-incubating/InstallationSteps.html

这是官网给的编译步骤

但是pom.xml中的

 <repository>
            <id>Codehaus repository</id>
            <url>http://repository.codehaus.org/</url>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
</repository>

http://repository.codehaus.org/这个地址已经失效,要换成http://www.codehaus.org/

你可能感兴趣的:(falcon)