[weld-issues] [JBoss JIRA] Created: (WELD-237) permalink: maven-cli-plugin 0.6.3.CR3 is not on repo anymore. Should it be 0.7 instead?
Steven Boscarine (JIRA)
jira-events at lists.jboss.org
Thu Oct 29 22:58:05 EDT 2009
permalink: maven-cli-plugin 0.6.3.CR3 is not on repo anymore. Should it be 0.7 instead?
-----------------------------------------------------------------------------------------
Key: WELD-237
URL: https://jira.jboss.org/jira/browse/WELD-237
Project: Weld
Issue Type: Bug
Components: Examples
Affects Versions: 1.0.0.CR1
Environment: Apache Maven 2.2.0 (r788681; 2009-06-26 09:04:01-0400)
Java version: 1.6.0_16
Java home: /usr/lib/jvm/java-6-sun-1.6.0.16/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.28-16-generic" arch: "amd64" Family: "unix"
Reporter: Steven Boscarine
Attachments: changeVersionOfCLI_Plugin_to_0_7.diff
Permalink isn't building because it cannot find maven-cli-plugin 0.6.3.CR3. Upgrading to 0.7 seems to work.
[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.twdata.maven -DartifactId=maven-cli-plugin -Dversion=0.6.3.CR3 -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.twdata.maven -DartifactId=maven-cli-plugin -Dversion=0.6.3.CR3 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.twdata.maven:maven-cli-plugin:maven-plugin:0.6.3.CR3
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
codehaus repository (http://repository.codehaus.org/),
twdata-m2-repository.googlecode.com (http://twdata-m2-repository.googlecode.com/svn)
org.twdata.maven:maven-cli-plugin:maven-plugin:0.6.3.CR3
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
codehaus repository (http://repository.codehaus.org/),
twdata-m2-repository.googlecode.com (http://twdata-m2-repository.googlecode.com/svn)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list