mvn dependency:unpack not working for Standalone SCA samples
------------------------------------------------------------

                 Key: TUSCANY-1035
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1035
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Samples
    Affects Versions: Java-M3
            Reporter: Luciano Resende
         Assigned To: Luciano Resende
             Fix For: Java-M3


I'm trying to run the Calculator standalone sample app following the 
instructions available on the readme.html
Seems that :mvn dependency:unpack is not working, and gives me the following 
message :

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

GroupId: org.apache.tuscany.sca
ArtifactId: distribution
Version: 1.0-incubator-SNAPSHOT

Reason: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.apache.tuscany.sca 
-DartifactId=distribution \
        -Dversion=1.0-incubator-SNAPSHOT -Dpackaging=zip -Dfile=/path/to/file


  org.apache.tuscany.sca:distribution:zip:1.0-incubator-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.incubator (http://people.apache.org/repo/m2-incubating-repository/),
  apache.ws.m1.snapshots (http://ws.zones.apache.org/repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Mon Jan 08 17:44:50 PST 2007
[INFO] Final Memory: 2M/4M
[INFO] ------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to