When compiling my SMX-based project all over again using Maven 2, I get this
issue:

#########################
[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) com.test.servicemix.integration:test-integration-servicemix:jar:
1.0-SNAPSHOT
        2) org.apache.servicemix:servicemix-core:jar:3.0-incubating
        3) geronimo:geronimo-transaction:jar:1.1
        4) geronimo:geronimo-kernel:jar:1.1
        5) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1

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

Funny thing was that this exact compilation step worked for me before and I
did not make any changes over the weekend.  Am I missing something here?

-los
-- 
View this message in context: 
http://www.nabble.com/smx-core-dependency-issue-tf2583780s12049.html#a7203077
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to