Hi all,
i have a question how i can use a protected maven1 repository.
all dependencies are hosted on our internal maven repo which is running on an apache web server and is protected with the basic authentication.

So, i have add the urlResolver to the classpathResolvers

---
def urlResolver = new URLResolver()
urlResolver.addArtifactPattern("http://USERNAME:[EMAIL PROTECTED]/ [organisation]/[ext]s/[artifact]-[revision].[ext]")

dependencies {

  addMavenRepo()
  classpathResolvers.add(urlResolver)

...

}
---


In the console output this repository is printed out with the correct url, but the no dependencies are downloaded.

can anyone help?

thanks
marko



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to