Hi, I downloaded the fedora-3.3 src package, unpacked it, and I'm trying to build it with maven 2.2.1. Maven tries to download files that don't exist anymore:
[...@phaidradev fedora-src]$ mvn clean install -P fedora-installer [...] ------------------------------------------------------------------------ [INFO] Building Fedora Repository Project [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ Downloading: https://fedora-commons.org/m2/content/repositories/releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Unable to find resource 'org.apache.maven:maven-artifact:pom:2.0.6' in repository duraspace-releases (https://fedora-commons.org/m2/content/repositories/releases) Downloading: https://fedora-commons.org/m2/content/repositories/thirdparty/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Unable to find resource 'org.apache.maven:maven-artifact:pom:2.0.6' in repository duraspace-thirdparty (https://fedora-commons.org/m2/content/repositories/thirdparty) Downloading: http://download.java.net/maven/2//org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Unable to find resource 'org.apache.maven:maven-artifact:pom:2.0.6' in repository maven2-repository.dev.java.net (http://download.java.net/maven/2/) Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom In fact these files don't exist no these servers. Is the pom.xml that comes with the source package outdated? Tom ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
