I check out SM 3.0.1 source code from
http://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-3.0.1/,
and run

mvn -Dmaven.test.skip=true -Dprofile=step1 install

I got the following message:

[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/apache/geronimo/specs/geronimo-qname_1.1_spec/1.0.1/geronimo-qname_1.1_spec-1.0.1.test
[WARNING] Unable to get resource from repository central
(http://www.ibiblio.org/maven2)
Downloading:
http://servicemix.org/m2-repo/org/apache/geronimo/specs/geronimo-qname_1.1_spec/1.0.1/geronimo-qname_1.1_spec-1.0.1.test
[WARNING] Unable to get resource from repository servicemix-m2-repo
http://servicemix.org/m2-repo)
Downloading:
http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC5/maven2/org/apache/geronimo/specs/geronimo-qname_1.1_spec/1.0.1/geronimo-qname_1.1_spec-1.0.1.test
[WARNING] Unable to get resource from repository activemq-tmp-repo
(http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC5/maven2)
Downloading:
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/geronimo/specs/geronimo-qname_1.1_spec/1.0.1/geronimo-qname_1.1_spec-1.0.1.test
[WARNING] Unable to get resource from repository apache-releases
(http://people.apache.org/repo/m2-ibiblio-rsync-repository)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.geronimo.specs
-DartifactId=
geronimo-qname_1.1_spec \
          -Dversion=1.0.1 -Dpackaging=test -Dfile=/path/to/file

  Path to dependency:
        1) org.apache.servicemix:servicemix-services:jar:3.0.1-incubating
        2) geronimo:geronimo-connector:jar:1.1
        3) geronimo:geronimo-kernel:jar:1.1
        4) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1

----------
1 required artifact is missing.

for artifact:
  org.apache.servicemix:servicemix-services:jar:3.0.1-incubating

from the specified remote repositories:
  central (http://www.ibiblio.org/maven2),
  servicemix-m2-repo (http://servicemix.org/m2-repo),
  apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-releases
(http://people.apache.org/repo/m2-ibiblio-rsync-repository),
  activemq-tmp-repo
(http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC5/maven2)
-- 
View this message in context: 
http://www.nabble.com/Build-SM-3.0.1-broken-tf2582163s12049.html#a7197988
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to