mschonaker / wagon-git

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

Multi remote doesn't really work #6

Closed mschonaker closed 12 years ago

mschonaker commented 12 years ago

When using different remotes in the same project:

synergian-private Synergian Private Releases git:releases://git@github.com:synergian/private-maven-repo.git bundler-site bundler github homepage git:gh-pages://git@github.com:synergian/bundler.git

One for releases. One for site. Sites gets published in the first remote.

Remotes are not being switched, but newer branches (like gh-pages) are being created in the first remote.

Need to control the lifecycle better. Even a solution could be cleaning up the cloned repository and pull, although very slow.