Hi Tom,

Does the build actually fail (with a [ERROR] BUILD ERROR message near
the end)?  If so, what text occurs after the [ERROR] BUILD ERROR line?

[INFO] Messages like the snippet you included below are normal during
the build.  When maven needs to download resources, it checks all
repositories that are in scope for the build, and inevitably, many
resources won't be found in the first place it checks.  Such messages
only result in an actual build error when the artifact is required and
can't be found in *any* repository.

The artifact it's looking for in this case is in central:
http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
...and this repository is definitely in scope for the build...see the
<repository> with <id>central</id> in the root pom.xml.

- Chris

On Thu, Mar 25, 2010 at 5:39 AM, Thomas Wana <[email protected]> wrote:
> 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&#174; 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
>

------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to