mschonaker / wagon-git

Git Wagon for Apache Maven
http://synergian.github.io/wagon-git/
83 stars 32 forks source link

Error using #15

Closed wizardIlmir closed 9 years ago

wizardIlmir commented 11 years ago

Hello I made all the settings , but you need to get the result failed. Your plugin crashes at this site :

[INFO] [git] create mode 100644 ru/enterix/netty-smpp-lib/0.2.0-SNAPSHOT/maven- metadata.xml [INFO] [git] create mode 100644 ru/enterix/netty-smpp-lib/0.2.0-SNAPSHOT/maven- metadata.xml.md5 [INFO] [git] create mode 100644 ru/enterix/netty-smpp-lib/0.2.0-SNAPSHOT/maven- metadata.xml.sha1 [INFO] [git] create mode 100644 ru/enterix/netty-smpp-lib/0.2.0-SNAPSHOT/netty- smpp-lib-0.2.0-20130923.165031-1.jar [INFO] [git] create mode 100644 ru/enterix/netty-smpp-lib/0.2.0-SNAPSHOT/netty- smpp-lib-0.2.0-20130923.165031-1.jar.md5 [INFO] [git] create mode 100644 ru/enterix/netty-smpp-lib/0.2.0-SNAPSHOT/netty- smpp-lib-0.2.0-20130923.165031-1.jar.sha1 [INFO] [git] create mode 100644 ru/enterix/netty-smpp-lib/0.2.0-SNAPSHOT/netty- smpp-lib-0.2.0-20130923.165031-1.pom [INFO] [git] create mode 100644 ru/enterix/netty-smpp-lib/0.2.0-SNAPSHOT/netty- smpp-lib-0.2.0-20130923.165031-1.pom.md5 [INFO] [git] create mode 100644 ru/enterix/netty-smpp-lib/0.2.0-SNAPSHOT/netty- smpp-lib-0.2.0-20130923.165031-1.pom.sha1 [INFO] [git] create mode 100644 ru / enterix / netty-smpp-lib / maven-metadata.xml [INFO] [git] create mode 100644 ru / enterix / netty-smpp-lib / maven-metadata.xml.md 5 [INFO] [git] create mode 100644 ru / enterix / netty-smpp-lib / maven-metadata.xml.sh a1 [INFO] Executing: cmd.exe / X / C "git push - progress origin snapshots" Here -> [INFO] Working directory: C: \ Users \ RUSTAM \ AppData \ Local \ Temp \ wagon-git-5464a50b5 3b58238fe1bfebfbdac40a83b7a73f2

Further, nothing happens.

What I do not it?

mschonaker commented 11 years ago

Hi, can we have the full outcome from the following command?

mvn clean deploy -DperformRelease -Dwagon.git.debug=true

Regards.