mschonaker / wagon-git

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

Bootstrap #4

Closed mschonaker closed 12 years ago

mschonaker commented 13 years ago

Find a way to make this plugin deploy itself on github.

mschonaker commented 12 years ago

It does work with manual deployment.

mschonaker commented 12 years ago

Generate jar with dependencies and then move the jar file to /usr/share/maven2/lib. This works.

mschonaker commented 12 years ago

Package and copy the shaded version.

mvn clean package && sudo mv target/wagon-git-0.1.3-SNAPSHOT-shaded.jar /usr/share/maven2/lib/wagon-git.jar