Hi Bruce,
It's fine on my machine.
I guess it caused by the repo mirror settings are different in our maven's settings.xml.

What your settings.xml looks like?

Best Regards

Freeman

Bruce Snyder wrote:
On 9/20/07, Freeman Fang <[EMAIL PROTECTED]> wrote:
Hi All,

I have uploaded a version of ServiceMix 3.1.2 for you to review. See
http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.1.2
for all the links and release notes.

[ ] +1 Release ServiceMix 3.1.2
[ ] ± 0
[ ] -1 Do not release ServiceMix 3.1.2

While the binary starts up just fine, I cannot get a build from source
to complete successfully when working with a clean Maven repo.
Currently a clean build failing on the step1 profile with the
following:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.geronimo.specs:geronimo-servlet_2.4_spec:jar:1.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-servlet_2.4_spec \
          -Dversion=1.1 -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.specs
-DartifactId=geronimo-servlet_2.4_spec \
          -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.servicemix:servicemix-components:jar:3.1.2
        2) org.apache.geronimo.specs:geronimo-servlet_2.4_spec:jar:1.1

2) janino:janino:jar:2.3.2

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=janino -DartifactId=janino \
          -Dversion=2.3.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:       mvn deploy:deploy-file -DgroupId=janino
-DartifactId=janino \
          -Dversion=2.3.2 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.servicemix:servicemix-components:jar:3.1.2
        2) janino:janino:jar:2.3.2

3) jivesoftware:smackx:jar:2.2.1

  Try downloading the file manually from:
      http://www.jivesoftware.org/smack/

  Then, install it using the command:
      mvn install:install-file -DgroupId=jivesoftware -DartifactId=smackx \
          -Dversion=2.2.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:       mvn deploy:deploy-file -DgroupId=jivesoftware
-DartifactId=smackx \
          -Dversion=2.2.1 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.servicemix:servicemix-components:jar:3.1.2
        2) jivesoftware:smackx:jar:2.2.1

4) javax.activation:activation:jar:1.1

  Try downloading the file manually from:
      
https://maven-repository.dev.java.net/nonav/repository/javax.activation/jars/activation-1.1.jar

  Then, install it using the command:
      mvn install:install-file -DgroupId=javax.activation
-DartifactId=activation \
          -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:       mvn deploy:deploy-file -DgroupId=javax.activation
-DartifactId=activation \
          -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.servicemix:servicemix-components:jar:3.1.2
        2) org.codehaus.xfire:xfire-all:jar:1.2.5
        3) org.codehaus.xfire:xfire-core:jar:1.2.5
        4) javax.activation:activation:jar:1.1

----------
4 required artifacts are missing.

for artifact:
  org.apache.servicemix:servicemix-components:jar:3.1.2

from the specified remote repositories:
  central (http://www.ibiblio.org/maven2),
  servicemix-m2-repo
(http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
  apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
  apache-incubating (http://people.apache.org/repo/m2-incubating-repository),
  codehaus-snapshots (http://repository.codehaus.org)


Bruce

Reply via email to