i'm having problems downloading a snapshot from artifactory. the failed pom file:
http://old.nabble.com/file/p27197104/pom.xml pom.xml the snapshot dependency: http://old.nabble.com/file/p27197104/pom.xml pom.xml the error msg: http://old.nabble.com/file/p27197104/artifact4.png [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building WebSec Parent POM [INFO] task-segment: [validate] [INFO] ------------------------------------------------------------------------ Downloading: http://ct-repo01:8081/artifactory/remote-repos/org/apache/maven/scm/maven-scm-provider-accurev/1.2.1-SNAPSHOT/maven-scm-provider-accurev-1.2.1-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.maven.scm:maven-scm-provider-accurev:maven-plugin:1.2.1-SNAPSHOT' in repository snapshots (http://ct-repo01:8081/artifactory/plugins-snapshots) Downloading: http://ct-repo01:8081/artifactory/remote-repos/org/apache/maven/scm/maven-scm-provider-accurev/1.2.1-SNAPSHOT/maven-scm-provider-accurev-1.2.1-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.maven.scm:maven-scm-provider-accurev:maven-plugin:1.2.1-SNAPSHOT' in repository ct-repo01 (http://ct-repo01.commtouch.com:8081/artifactory/) [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.scm -DartifactId=maven-scm-provider-accurev -Dversion=1.2.1-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.maven.scm -DartifactId=maven-scm-provider-accurev -Dversion=1.2.1-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] org.apache.maven.scm:maven-scm-provider-accurev:maven-plugin:1.2.1-SNAPSHOT from the specified remote repositories: remote-repos (http://ct-repo01:8081/artifactory/remote-repos) org.apache.maven.scm:maven-scm-provider-accurev:maven-plugin:1.2.1-SNAPSHOT from the specified remote repositories: remote-repos (http://ct-repo01:8081/artifactory/remote-repos) [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: 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.scm -DartifactId=maven-scm-provider-accurev -Dversion=1.2.1-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.maven.scm -DartifactId=maven-scm-provider-accurev -Dversion=1.2.1-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] org.apache.maven.scm:maven-scm-provider-accurev:maven-plugin:1.2.1-SNAPSHOT from the specified remote repositories: remote-repos (http://ct-repo01:8081/artifactory/remote-repos) org.apache.maven.scm:maven-scm-provider-accurev:maven-plugin:1.2.1-SNAPSHOT from the specified remote repositories: remote-repos (http://ct-repo01:8081/artifactory/remote-repos) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:544) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.PluginNotFoundException: 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.scm -DartifactId=maven-scm-provider-accurev -Dversion=1.2.1-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.maven.scm -DartifactId=maven-scm-provider-accurev -Dversion=1.2.1-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] org.apache.maven.scm:maven-scm-provider-accurev:maven-plugin:1.2.1-SNAPSHOT from the specified remote repositories: remote-repos (http://ct-repo01:8081/artifactory/remote-repos) org.apache.maven.scm:maven-scm-provider-accurev:maven-plugin:1.2.1-SNAPSHOT from the specified remote repositories: remote-repos (http://ct-repo01:8081/artifactory/remote-repos) at org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:253) at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:184) at org.apache.maven.plugin.DefaultPluginManager.loadPluginDescriptor(DefaultPluginManager.java:1642) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1540) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle(DefaultLifecycleExecutor.java:1503) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1282) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:534) ... 15 more Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to download the artifact from any repository at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:404) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90) at org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:212) ... 21 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Sun Jan 17 11:11:21 IST 2010 [INFO] Final Memory: 4M/41M [INFO] ------------------------------------------------------------------------ http://old.nabble.com/file/p27197104/settings.xml settings.xml -- View this message in context: http://old.nabble.com/problems-using-snapshot-from-artifactory-tp27197104p27197104.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
