I'm getting a BUILD ERROR trying to manually install an artifact into my repository. WTF does Maven 2 mean, it can't find the install plugin? WhyTF isn't that already part of Maven? And why can't I find anything in their docs or on the web that tells me how to install this mysterious "install" plugin?
Orrrrr is this ERROR totally misleading and I'm screwing up the command? Thanks, Tom C:\svnant-1.0.0\lib>mvn install:install-file -DgroupId=svnant -DartifactId=svnan t -Dversion=1.0.0 -Dpackaging=jar -Dfile=svnant.jar [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'install'. [INFO] org.apache.maven.plugins: checking for updates from central [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retri eved from repository: central due to an error: Error transferring file [INFO] Repository 'central' will be blacklisted Downloading: https://projects.disnoss.saic.com/maven2/repo/org/apache/maven/plug ins/maven-install-plugin/2.2/maven-install-plugin-2.2.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.maven.plugins:maven-install-plugin Reason: POM 'org.apache.maven.plugins:maven-install-plugin' not found in reposit ory: Unable to download the artifact from any repository org.apache.maven.plugins:maven-install-plugin:pom:2.2 from the specified remote repositories: projects.disnoss.saic.com (https://projects.disnoss.saic.com/maven2/repo) for project org.apache.maven.plugins:maven-install-plugin [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Tue Sep 30 14:00:01 EDT 2008 [INFO] Final Memory: 2M/5M [INFO] ------------------------------------------------------------------------ -- View this message in context: http://www.nabble.com/Reason%3A-POM-%27org.apache.maven.plugins%3Amaven-install-plugin%27-not-found-in-repository-tp19747461p19747461.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
