[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building Step2
[INFO]    task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading:
http://step2.googlecode.com/svn/code/java/maven/com/google/step2/step2-common/1.0.0-wso2v1/step2-common-1.0.0-wso2v1.pom
[INFO] Unable to find resource
'com.google.step2:step2-common:pom:1.0.0-wso2v1' in repository step2 (
http://step2.googlecode.com/svn/code/java/maven)
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//com/google/step2/step2-common/1.0.0-wso2v1/step2-common-1.0.0-wso2v1.pom
[INFO] Unable to find resource
'com.google.step2:step2-common:pom:1.0.0-wso2v1' in repository wso2-nexus (
http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo1.maven.org/maven2/com/google/step2/step2-common/1.0.0-wso2v1/step2-common-1.0.0-wso2v1.pom
[INFO] Unable to find resource
'com.google.step2:step2-common:pom:1.0.0-wso2v1' in repository central (
http://repo1.maven.org/maven2)
Downloading:
http://step2.googlecode.com/svn/code/java/maven/com/google/step2/step2-consumer/1.0.0-wso2v1/step2-consumer-1.0.0-wso2v1.pom
[INFO] Unable to find resource
'com.google.step2:step2-consumer:pom:1.0.0-wso2v1' in repository step2 (
http://step2.googlecode.com/svn/code/java/maven)
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//com/google/step2/step2-consumer/1.0.0-wso2v1/step2-consumer-1.0.0-wso2v1.pom
[INFO] Unable to find resource
'com.google.step2:step2-consumer:pom:1.0.0-wso2v1' in repository wso2-nexus
(http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo1.maven.org/maven2/com/google/step2/step2-consumer/1.0.0-wso2v1/step2-consumer-1.0.0-wso2v1.pom
[INFO] Unable to find resource
'com.google.step2:step2-consumer:pom:1.0.0-wso2v1' in repository central (
http://repo1.maven.org/maven2)
Downloading:
http://step2.googlecode.com/svn/code/java/maven/com/google/step2/step2-common/1.0.0-wso2v1/step2-common-1.0.0-wso2v1.jar
[INFO] Unable to find resource
'com.google.step2:step2-common:jar:1.0.0-wso2v1' in repository step2 (
http://step2.googlecode.com/svn/code/java/maven)
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//com/google/step2/step2-common/1.0.0-wso2v1/step2-common-1.0.0-wso2v1.jar
[INFO] Unable to find resource
'com.google.step2:step2-common:jar:1.0.0-wso2v1' in repository wso2-nexus (
http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo1.maven.org/maven2/com/google/step2/step2-common/1.0.0-wso2v1/step2-common-1.0.0-wso2v1.jar
[INFO] Unable to find resource
'com.google.step2:step2-common:jar:1.0.0-wso2v1' in repository central (
http://repo1.maven.org/maven2)
Downloading:
http://step2.googlecode.com/svn/code/java/maven/com/google/step2/step2-consumer/1.0.0-wso2v1/step2-consumer-1.0.0-wso2v1.jar
[INFO] Unable to find resource
'com.google.step2:step2-consumer:jar:1.0.0-wso2v1' in repository step2 (
http://step2.googlecode.com/svn/code/java/maven)
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//com/google/step2/step2-consumer/1.0.0-wso2v1/step2-consumer-1.0.0-wso2v1.jar
[INFO] Unable to find resource
'com.google.step2:step2-consumer:jar:1.0.0-wso2v1' in repository wso2-nexus
(http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo1.maven.org/maven2/com/google/step2/step2-consumer/1.0.0-wso2v1/step2-consumer-1.0.0-wso2v1.jar
[INFO] Unable to find resource
'com.google.step2:step2-consumer:jar:1.0.0-wso2v1' in repository central (
http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) com.google.step2:step2-common:jar:1.0.0-wso2v1

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=com.google.step2
-DartifactId=step2-common -Dversion=1.0.0-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=com.google.step2
-DartifactId=step2-common -Dversion=1.0.0-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) com.google.step2.wso2:step2:bundle:1.0.wso2v1
  2) com.google.step2:step2-common:jar:1.0.0-wso2v1

2) com.google.step2:step2-consumer:jar:1.0.0-wso2v1

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=com.google.step2
-DartifactId=step2-consumer -Dversion=1.0.0-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=com.google.step2
-DartifactId=step2-consumer -Dversion=1.0.0-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) com.google.step2.wso2:step2:bundle:1.0.wso2v1
  2) com.google.step2:step2-consumer:jar:1.0.0-wso2v1

----------
2 required artifacts are missing.

for artifact:
  com.google.step2.wso2:step2:bundle:1.0.wso2v1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  step2 (http://step2.googlecode.com/svn/code/java/maven),
  wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to