[INFO] Finished at: Thu Feb 24 20:25:22 IST 2011
[INFO] Final Memory: 191M/1265M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   WSO2 BPS - Parent
[INFO]   WSO2 BPS - UI styles
[INFO]   WSO2 BPS - Sample Utilities and Jars to use with BPS Testing
[INFO]   WSO2 BPS - Utilities for Samples
[INFO]   WSO2 BPS - BPEL Event Listener
[INFO]   WSO2 BPS - Sample Services to use with BPS Testing
[INFO]   WSO2 BPS - CreditRatingService Service
[INFO]   WSO2 BPS - Features Aggregator Module
[INFO]   WSO2 BPS - Style Features
[INFO]   WSO2 BPS - Sample Utils Features
[INFO]   WSO2 BPS - BPS Profile Generation
[INFO]   WSO2 BPS - Distribution
[INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking for 
updates from wso2-maven2-repository
[INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking for 
updates from m2-snapshot-repository
[INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking for 
updates from tomcat-repository
[INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking for 
updates from ws-zones-repository
[INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking for 
updates from wso2-maven2-snapshot-repository
[INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking for 
updates from com.springsource.repository.bundles.release
[INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking for 
updates from com.springsource.repository.bundles.external
Downloading: 
http://dist.wso2.org/snapshots/maven2/org/apache/axis2/axis2-aar-maven-plugin/SNAPSHOT/axis2-aar-maven-plugin-20100208.162959-17.pom
1/4K
2/4K
3/4K
4/4K
4K downloaded  (axis2-aar-maven-plugin-20100208.162959-17.pom)
[INFO] snapshot org.apache.axis2:axis2-parent:SNAPSHOT: checking for updates 
from wso2-maven2-snapshot-repository
Downloading: 
http://dist.wso2.org/maven2/org/apache/axis2/axis2-aar-maven-plugin/SNAPSHOT/axis2-aar-maven-plugin-SNAPSHOT.jar
[INFO] Unable to find resource 
'org.apache.axis2:axis2-aar-maven-plugin:maven-plugin:SNAPSHOT' in repository 
wso2-maven2-repository (http://dist.wso2.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Plugin could not be found - check that the goal name is correct: 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.axis2 
-DartifactId=axis2-aar-maven-plugin -Dversion=SNAPSHOT -Dpackaging=maven-plugin 
-Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=org.apache.axis2 
-DartifactId=axis2-aar-maven-plugin -Dversion=SNAPSHOT -Dpackaging=maven-plugin 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  org.apache.axis2:axis2-aar-maven-plugin:maven-plugin:SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  wso2-maven2-repository (http://dist.wso2.org/maven2)


  org.apache.axis2:axis2-aar-maven-plugin:maven-plugin:SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  wso2-maven2-repository (http://dist.wso2.org/maven2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Thu Feb 24 20:25:36 IST 2011
[INFO] Final Memory: 10M/981M
[INFO] ------------------------------------------------------------------------
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to