mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-11-03 20:15:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			322 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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/
 |