wagon-git icon indicating copy to clipboard operation
wagon-git copied to clipboard

Git Wagon for Apache Maven

Results 18 wagon-git issues
Sort by recently updated
recently updated
newest added

I want to publish my android library on Bitbucket, But as i found in gradle version 7.x `maven` plugin has removed and now we need to use `maven-publish` instead, So...

I wish to deploy some private 3rd party jars to a bitbucket repo. I configured according to http://synergian.github.io/wagon-git/installation.html: 1. Dowloaded wagon-git-0.2.5-shaded.jar into ~/.m2/lib 2. Added credentials in ~/.m2/settings.xml ```xml bitbucket...

I have a private bitbucket repository which I'm deploying artifacts to with wagon-git. When I'm trying to consume the artifact in my android project I get this: ``` ERROR: Unable...

I can't publish anything using flavors on android studio. What do I need to modify to use flavors?

I had been stuck for a while then I ran `./gradlew uploadArchives --debug` and found out that it created another path for the repo which is: `/private/var/folders/tw/74ynfd_11pq126n9lhm80y6c0000gn/T/wagon-git-bd76c7d81db864eb8cbd409f5e56afe3b4cc8209 ` and it...

Hi, is it currently possible to consume artifacts using SSH, instead of HTTPS scheme? Thank you!

Is it possible to change the commit message? Actually it publishes every time with the same message: [wagon-git] commit to branch... [timestamp] I would like to insert more details for...

Here it does not work with Bitbucket, cause of API2 not 1.0

I'm using wagon-git in my gradle project. It was working fine for a bit, but currently everytime I want to push a new version, it deletes all the other files...

Added documentation to explain how to use Github access tokens with this wagon. Github API V3 has changed the way that authentication works with access tokens. Instruction summary: ### **Github...