ibiblio is probably down.
The jars can be found here: http://repo1.maven.org/maven2/
which is sync with ibiblio also.
lhein wrote:
Hi,
trying to build the 3.1 branch with a nearly clean m2 repo resulted in the
following errors:
[INFO]
------------------------------------------------------------------------
[INFO] Building ServiceMix :: Services
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [build:copy {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://www.ibiblio.org/maven2/org/jencks/jencks/2.0/jencks-2.0.pom
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/jencks/jencks/2.0/jencks-2.0.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/jencks/jencks/2.0/jencks-2.0.pom
Downloading:
http://www.ibiblio.org/maven2/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.pom
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.pom
Downloading:
http://www.ibiblio.org/maven2/org/apache/geronimo/modules/geronimo-connector/1.2-beta/geronimo-connector-1.2-beta.pom
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/geronimo/modules/geronimo-connector/1.2-beta/geronimo-connector-1.2-beta.pom
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/modules/geronimo-connector/1.2-beta/geronimo-connector-1.2-beta.pom
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://www.ibiblio.org/maven2/org/jencks/jencks/2.0/jencks-2.0.jar
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/jencks/jencks/2.0/jencks-2.0.jar
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/jencks/jencks/2.0/jencks-2.0.jar
Downloading:
http://www.ibiblio.org/maven2/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.jar
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.jar
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.jar
Downloading:
http://www.ibiblio.org/maven2/org/apache/geronimo/modules/geronimo-connector/1.2-beta/geronimo-connector-1.2-beta.jar
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/geronimo/modules/geronimo-connector/1.2-beta/geronimo-connector-1.2-beta.jar
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/modules/geronimo-connector/1.2-beta/geronimo-connector-1.2-beta.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.jencks:jencks:jar:2.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jencks -DartifactId=jencks
-Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.jencks -DartifactId=jencks
-Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.apache.servicemix:servicemix-services:jar:3.1.3-SNAPSHOT
2) org.jencks:jencks:jar:2.0
2) org.apache.geronimo.modules:geronimo-transaction:jar:1.2-beta
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-transaction -Dversion=1.2-beta -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-transaction -Dversion=1.2-beta -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.servicemix:servicemix-services:jar:3.1.3-SNAPSHOT
2) org.apache.geronimo.modules:geronimo-transaction:jar:1.2-beta
3) org.apache.geronimo.modules:geronimo-connector:jar:1.2-beta
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-connector -Dversion=1.2-beta -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-connector -Dversion=1.2-beta -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.servicemix:servicemix-services:jar:3.1.3-SNAPSHOT
2) org.apache.geronimo.modules:geronimo-connector:jar:1.2-beta
----------
3 required artifacts are missing.
for artifact:
org.apache.servicemix:servicemix-services:jar:3.1.3-SNAPSHOT
from the specified remote repositories:
central (http://www.ibiblio.org/maven2),
servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo),
apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
apache-incubating (http://people.apache.org/repo/m2-incubating-repository)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Wed Mar 26 07:40:02 CET 2008
[INFO] Final Memory: 19M/103M
[INFO]
------------------------------------------------------------------------
As this was only the beginning of step1 there are maybe more broken
dependencies.
Regards,
Lars