On Fri, Oct 06, 2006 at 11:44:46AM +0200, Carsten Ziegeler wrote:
> Yesterday I updated Cocoon 2.2 to Spring 2.0 final - and the big plus is
> that the maven repository contains correct poms for this version :)
Hello Carsten,
Today I updated the sources from svn and tried a rebuild. Now I'm getting this
error, which seems related to this update to Spring 2.0 final. Here's the
output:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.springframework:spring-web:jar:2.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.springframework
-DartifactId=spring-web \
-Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.cocoon:cocoon-core:jar:2.2.0-M2-SNAPSHOT
2) org.springframework:spring-web:jar:2.0
----------
1 required artifact is missing.
for artifact:
org.apache.cocoon:cocoon-core:jar:2.2.0-M2-SNAPSHOT
from the specified remote repositories:
central (http://ibiblio.org/maven2),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
apache.snapshot (http://svn.apache.org/maven-snapshot-repository),
apache-cvs (http://svn.apache.org/repository)
Or is there something wrong with my configuration? Yesterday I did two
successful builds.
Thanks,
Fred