mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-04 20:45:58 +01:00
9 lines
301 B
Bash
Executable File
9 lines
301 B
Bash
Executable File
#!/bin/sh
|
|
mvn deploy:deploy-file \
|
|
-DgroupId=jp.sf.amateras\
|
|
-DartifactId=gitbucket-assembly\
|
|
-Dversion=0.0.1\
|
|
-Dpackaging=jar\
|
|
-Dfile=../target/scala-2.11/gitbucket-assembly-0.0.1.jar\
|
|
-DrepositoryId=sourceforge.jp\
|
|
-Durl=scp://shell.sourceforge.jp/home/groups/a/am/amateras/htdocs/mvn/ |