[INFO] Unable to find resource 
'org.apache.maven:maven-artifact-manager:pom:2.0.6' in repository 
apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: 
http://repo1.maven.org/maven2//org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
854/?
2622/?
      
Downloading: 
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Unable to find resource 
'org.apache.maven:maven-repository-metadata:pom:2.0.6' in repository apache-m2 
(http://people.apache.org/repo/m2-ibiblio-rsync-repository)
Downloading: 
http://ws.zones.apache.org/repository2//org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Unable to find resource 
'org.apache.maven:maven-repository-metadata:pom:2.0.6' in repository 
apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: 
http://repo1.maven.org/maven2//org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
865/?
1850/?
      
Downloading: 
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
[INFO] Unable to find resource 'org.apache.maven:maven-artifact:pom:2.0.4' in 
repository apache-m2 (http://people.apache.org/repo/m2-ibiblio-rsync-repository)
Downloading: 
http://ws.zones.apache.org/repository2//org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
[INFO] Unable to find resource 'org.apache.maven:maven-artifact:pom:2.0.4' in 
repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: 
http://repo1.maven.org/maven2//org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
765/?
     
Downloading: 
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
[INFO] Unable to find resource 'org.apache.maven:maven:pom:2.0.4' in repository 
apache-m2 (http://people.apache.org/repo/m2-ibiblio-rsync-repository)
Downloading: 
http://ws.zones.apache.org/repository2//org/apache/maven/maven/2.0.4/maven-2.0.4.pom
[INFO] Unable to find resource 'org.apache.maven:maven:pom:2.0.4' in repository 
apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: 
http://repo1.maven.org/maven2//org/apache/maven/maven/2.0.4/maven-2.0.4.pom
941/?
3630/?
6439/?
8973/?
11795/?
       
Downloading: 
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Unable to find resource 
'org.apache.maven:maven-plugin-registry:pom:2.0.6' in repository apache-m2 
(http://people.apache.org/repo/m2-ibiblio-rsync-repository)
Downloading: 
http://ws.zones.apache.org/repository2//org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Unable to find resource 
'org.apache.maven:maven-plugin-registry:pom:2.0.6' in repository 
apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: 
http://repo1.maven.org/maven2//org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
864/?
1946/?
      
Downloading: 
http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.6.1-wso2v1/axis2-mar-maven-plugin-1.6.1-wso2v1.jar
[INFO] Unable to find resource 
'org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.6.1-wso2v1' in 
repository central (http://repo1.maven.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-mar-maven-plugin -Dversion=1.6.1-wso2v1 
-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-mar-maven-plugin -Dversion=1.6.1-wso2v1 
-Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.6.1-wso2v1

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2)


  org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.6.1-wso2v1

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 42 seconds
[INFO] Finished at: Tue Mar 08 23:51:09 IST 2011
[INFO] Final Memory: 235M/1160M
[INFO] ------------------------------------------------------------------------
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to