[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/home/carbon/stratos/carbon/products/manager/modules/distribution/service/target/wso2stratos-manager-1.1.0-SNAPSHOT.jar
[INFO] [dependency:unpack {execution: 2-unpack-wso2carbon}]
[INFO] Configured Artifact: org.wso2.carbon:wso2carbon-core:3.2.0-SNAPSHOT:zip
[INFO] Configured Artifact:
com.acme.shoppingcart:shopping-cart:1.0.0-SNAPSHOT:zip
[INFO] snapshot com.acme.shoppingcart:shopping-cart:1.0.0-SNAPSHOT: checking
for updates from wso2-maven2-repository-snapshot
[INFO] snapshot com.acme.shoppingcart:shopping-cart:1.0.0-SNAPSHOT: checking
for updates from m2-snapshot-repository
[INFO] snapshot com.acme.shoppingcart:shopping-cart:1.0.0-SNAPSHOT: checking
for updates from wso2-maven2-repository
[INFO] snapshot com.acme.shoppingcart:shopping-cart:1.0.0-SNAPSHOT: checking
for updates from tomcat-repository
[INFO] snapshot com.acme.shoppingcart:shopping-cart:1.0.0-SNAPSHOT: checking
for updates from ws-zones-repository
[INFO] snapshot com.acme.shoppingcart:shopping-cart:1.0.0-SNAPSHOT: checking
for updates from wso2-maven2-snapshot-repository
[INFO] snapshot com.acme.shoppingcart:shopping-cart:1.0.0-SNAPSHOT: checking
for updates from com.springsource.repository.bundles.release
[INFO] snapshot com.acme.shoppingcart:shopping-cart:1.0.0-SNAPSHOT: checking
for updates from com.springsource.repository.bundles.external
Downloading:
http://dist.wso2.org/snapshots/maven2/com/acme/shoppingcart/shopping-cart/1.0.0-SNAPSHOT/shopping-cart-1.0.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.0.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.0.0-SNAPSHOT/shopping-cart-1.0.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.0.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.0.0-SNAPSHOT/shopping-cart-1.0.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.0.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.0.0-SNAPSHOT/shopping-cart-1.0.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.0.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.0.0-SNAPSHOT/shopping-cart-1.0.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.0.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.0.0-SNAPSHOT/shopping-cart-1.0.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.0.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.0.0-SNAPSHOT/shopping-cart-1.0.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.0.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.0.0-SNAPSHOT/shopping-cart-1.0.0-SNAPSHOT.zip
[INFO] Unable to find resource
'com.acme.shoppingcart:shopping-cart:zip:1.0.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.0.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.0.0-SNAPSHOT -Dpackaging=zip
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
com.acme.shoppingcart:shopping-cart:zip:1.0.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)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 395 minutes 16 seconds
[INFO] Finished at: Fri Mar 11 19:28:35 IST 2011
[INFO] Final Memory: 1328M/1890M
[INFO] ------------------------------------------------------------------------
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev