Files
GitBucket/deploy-assembly/deploy-assembly-jar.sh
2015-05-31 11:44:01 +09:00

12 lines
322 B
Bash
Executable File

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