On 13 September 2011 21:48, fgrazi <[email protected]> wrote: > I am trying to debug a strange case. The project needs an artifact that is > not on any online repository (a Google library), so I deployed on my local > repository. Still Maven seems unable to find it. and insistes in checking
Did you use mvn install:install-file like Maven told you to or did you do some copying by hand? > online: > > Verifying availability of > /home/franco/.m2/repository/com/google/apis/google-api-services-discovery/v1-1.2.0-beta/google-api-services-discovery-v1-1.2.0-beta.pom > from [jboss-public-repository-group > (https://repository.jboss.org/nexus/content/groups/public-jboss/, > releases+snapshots), central (http://repo1.maven.org/maven2, releases)] > > But the file exists: if I issue an ls command I get both .pom and .jar files > form local repository exactly with the shown name. > > Any idea of what is going on? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
