Pessoal, bom dia.
Estou com um problema ao utilizar o Maven. Qualquer comando que eu tente executar, seja um clean, install ou qualquer outro, eu tenho o seguinte erro
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - struts-estudo:struts-estudo:war:0.0.1-SNAPSHOT
[INFO] task-segment: [clean]
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss//org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.jar
[WARNING] Unable to get resource 'org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2' from repository jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/): Error transferring file: java.lang.ClassNotFoundException: Cannot find the specified class com.ibm.websphere.ssl.protocol.SSLSocketFactory
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.jar
[WARNING] Unable to get resource 'org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2' from repository central (http://repo1.maven.org/maven2): Authorization failed: Access denied to: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: 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.maven.plugins -DartifactId=maven-clean-plugin -Dversion=2.2 -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.maven.plugins -DartifactId=maven-clean-plugin -Dversion=2.2 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/)
org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.2
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Fri Nov 09 10:24:10 BRST 2012
[INFO] Final Memory: 3M/7M
[INFO] ------------------------------------------------------------------------
Dei uma pesquisada na net, mas não encontrei nada que pudesse me auxiliar. Alguém poderia me dar uma ajuda?