diff --git a/etc/deploy-assemby-jar.sh b/deploy-assemby-jar.sh similarity index 74% rename from etc/deploy-assemby-jar.sh rename to deploy-assemby-jar.sh index 62d99b7ea..d6c8b5c24 100755 --- a/etc/deploy-assemby-jar.sh +++ b/deploy-assemby-jar.sh @@ -1,9 +1,11 @@ #!/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.2.0.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/ diff --git a/etc/pom.xml b/pom.xml similarity index 100% rename from etc/pom.xml rename to pom.xml