wagon-git
wagon-git copied to clipboard
Git Wagon for Apache Maven
Hello, First of all, thank you for the great way to achieve that very difficult task. I have just one request. Can you update the repository dependencies (small overhaul)? Thank...
We're attempting to do the following: ``` xml maven-releases My Maven Repo git:releases://https://github.com/username/repo.git ``` Yep - that's an HTTPS URL. If the HTTPS Git credentials are cached by Git, then...
I use wagon-git on bitbucket, when i move to gitlab i get this error Could not resolve :rate:1.0.0. > Failed to download SHA1 for resource 'https://git.test.com/mobile//raw/releases//rate/1.0.0/rate-1.0.0.pom'. > For input string:...
Hi I want to upload a Android Library to my private Bitbucket. The problem is, that the wagon-git do not take the right credentials. It takes the local credentials, that...
Here is a PR for #43. It's a work in progress (it needs testing), but i want to show you where I was going as soon as possible. There is...
Hi, This is not a bug but a feature request. I'm working from China and network is not always stable ... so that, with a repository getting bigger and bigger...
I am getting following error when I deploy to bitbucket : [WARNING] Error injecting: ar.com.synergian.wagongit.GitWagon java.lang.NoClassDefFoundError: org/apache/maven/scm/log/ScmLogger I checked out that ScmLogger is there in the build path of my...
It would be nice to have an option to avoid wagon-git automatically creating an empty commit for each jar it tries to process. The reason is that we are using...