Files
GitBucket/etc/deploy-assemby-jar.sh
Naoki Takezoe 34649dfeda Update group id
2015-03-03 11:16:48 +09:00

10 lines
297 B
Bash
Executable File

#!/bin/sh
mvn deploy:deploy-file \
-DgroupId=gitbucket\
-DartifactId=gitbucket-assembly\
-Dversion=3.0.0\
-Dpackaging=jar\
-Dfile=../target/scala-2.11/gitbucket-assembly-3.0.0.jar\
-DrepositoryId=sourceforge.jp\
-Durl=scp://shell.sourceforge.jp/home/groups/a/am/amateras/htdocs/mvn/