On Wed, Mar 4, 2009 at 3:48 PM, Davis Ford <[email protected]> wrote: > Hi, we have an internal repo here (using Archiva), and I manually > deployed some jars to it. However, whenever I run a maven command it > is constantly trying to check the pom against the server version. > Example: > > Downloading: > http://internal-maven-repo:8080/archiva/repository/internal//weblogic/webservices/9.2/webservices-9.2.pom
Does that file exist? > This keeps repeating and it is really slow. I noticed that jars that > I pulled from the Internet and cached in Archiva it does not do this > for. Is there some way to stop it from doing this? Why does it > appear to do it only for the jars I manually deployed? My guess is that when you deployed the artifacts, you did not deploy a pom or have one generated. Exactly how did you deploy the jars? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
