Newer
Older
gitbucket_jkp / etc / deploy-assemby-jar.sh
@Naoki Takezoe Naoki Takezoe on 2 May 2015 297 bytes Update version to 3.2.0
#!/bin/sh
mvn deploy:deploy-file \
  -DgroupId=gitbucket\
  -DartifactId=gitbucket-assembly\
  -Dversion=3.1.1\
  -Dpackaging=jar\
  -Dfile=../target/scala-2.11/gitbucket-assembly-3.2.0.jar\
  -DrepositoryId=sourceforge.jp\
  -Durl=scp://shell.sourceforge.jp/home/groups/a/am/amateras/htdocs/mvn/