mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 20:21:47 +01:00 
			
		
		
		
	Update maven deploy docs (#20691)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		
							parent
							
								
									f55af4675c
								
							
						
					
					
						commit
						64c371a167
					
				| @ -81,6 +81,16 @@ To publish a package simply run: | ||||
| mvn deploy | ||||
| ``` | ||||
| 
 | ||||
| If you want to publish a prebuild package to the registry, you can use [`mvn deploy:deploy-file`](https://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html): | ||||
| 
 | ||||
| ```shell | ||||
| mvn deploy:deploy-file -Durl=https://gitea.example.com/api/packages/{owner}/maven -DrepositoryId=gitea -Dfile=/path/to/package.jar | ||||
| ``` | ||||
| 
 | ||||
| | Parameter      | Description | | ||||
| | -------------- | ----------- | | ||||
| | `owner`        | The owner of the package. | | ||||
| 
 | ||||
| You cannot publish a package if a package of the same name and version already exists. You must delete the existing package first. | ||||
| 
 | ||||
| ## Install a package | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user