I have successfully built the dependencies, orbit, core, components and
features.
But product  build fails for me.

[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT' in repository
wso2-maven2-repository-snapshot (http://dist.wso2.org/snapshots/maven2)
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/com/acme/shoppingcart/shopping-cart/1.1.0-SNAPSHOT/shopping-cart-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT' in repository
m2-snapshot-repository (http://people.apache.org/repo/m2-snapshot-repository
)
Downloading:
http://dist.wso2.org/maven2/com/acme/shoppingcart/shopping-cart/1.1.0-SNAPSHOT/shopping-cart-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT' in repository
wso2-maven2-repository (http://dist.wso2.org/maven2)
Downloading:
http://tomcat.apache.org/dev/dist/m2-repository/com/acme/shoppingcart/shopping-cart/1.1.0-SNAPSHOT/shopping-cart-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT' in repository
tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading:
http://ws.zones.apache.org/repository2/com/acme/shoppingcart/shopping-cart/1.1.0-SNAPSHOT/shopping-cart-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT' in repository
ws-zones-repository (http://ws.zones.apache.org/repository2)
Downloading:
http://dist.wso2.org/snapshots/maven2/com/acme/shoppingcart/shopping-cart/1.1.0-SNAPSHOT/shopping-cart-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT' in repository
wso2-maven2-snapshot-repository (http://dist.wso2.org/snapshots/maven2)
Downloading:
http://repository.springsource.com/maven/bundles/release/com/acme/shoppingcart/shopping-cart/1.1.0-SNAPSHOT/shopping-cart-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT' in repository
com.springsource.repository.bundles.release (
http://repository.springsource.com/maven/bundles/release)
Downloading:
http://repository.springsource.com/maven/bundles/external/com/acme/shoppingcart/shopping-cart/1.1.0-SNAPSHOT/shopping-cart-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT' in repository
com.springsource.repository.bundles.external (
http://repository.springsource.com/maven/bundles/external)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Unable to find artifact.

Embedded error: 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=com.acme.shoppingcart
-DartifactId=shopping-cart -Dversion=1.1.0-SNAPSHOT -Dpackaging=zip
-Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file
there:
    mvn deploy:deploy-file -DgroupId=com.acme.shoppingcart
-DartifactId=shopping-cart -Dversion=1.1.0-SNAPSHOT -Dpackaging=zip
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  com.acme.shoppingcart:shopping-cart:zip:1.1.0-SNAPSHOT

from the specified remote repositories:
  com.springsource.repository.bundles.release (
http://repository.springsource.com/maven/bundles/release),
  com.springsource.repository.bundles.external (
http://repository.springsource.com/maven/bundles/external),
  wso2-maven2-snapshot-repository (http://dist.wso2.org/snapshots/maven2),
  m2-snapshot-repository (
http://people.apache.org/repo/m2-snapshot-repository),
  central (http://repo1.maven.org/maven2),
  wso2-maven2-repository (http://dist.wso2.org/maven2),
  tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository),
  ws-zones-repository (http://ws.zones.apache.org/repository2),
  wso2-maven2-repository-snapshot (http://dist.wso2.org/snapshots/maven2)


~Regards
*Manisha Eleperuma*
WSO2, Inc.: http://wso2.com
*email: manisha <http://goog_1517641653/>**@wso2.com<http://goog_1517641653/>
***
*mobile: +94 71 8279777*
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to