[INFO]   WSO2 Stratos AppServer - Sample Installer
[INFO]   WSO2 AppServer - Features Parent
[INFO]   WSO2 AppServer - Features Aggregator Module
[INFO]   WSO2 AppServer - Style Features
[INFO]   WSO2 AppServer - Utils Features
[INFO]   WSO2 Stratos  AppServer - Features Aggregator Module
[INFO]   WSO2 Stratos  AppServer - Style Features
[INFO]   WSO2 Stratos  AppServer - Utils Features
[INFO]   WSO2 Stratos  AppServer - Deployment
[INFO]   WSO2 Stratos  AppServer - Deployment Features
[INFO]   WSO2 Stratos  AppServer - Dashboard UI
[INFO]   WSO2 Stratos  AppServer - Dashboard UI Features
[INFO]   WSO2 Stratos  AppServer - Dashboard UI Features
[INFO]   WSO2 AS - Login User Interface
[INFO]   WSO2 Stratos  AppServer - Deployment Features
[INFO]   WSO2 AppServer - P2 Profile Gen Parent
[INFO]   WSO2 AppServer - AppServer Profile Generation
[INFO]   WSO2 Stratos  AppServer - Profile Generation
[INFO]   WSO2 AppServer - Distribution Parent
[INFO]   WSO2 AppServer - Distribution
[INFO]   WSO2 Stratos AppServer - 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 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)
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: 13 seconds
[INFO] Finished at: Mon Mar 07 21:41:58 IST 2011
[INFO] Final Memory: 23M/1237M
[INFO] ------------------------------------------------------------------------
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to