add repositories and distributionManagement in pom.xml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Gitea Action Maven build / build (push) Successful in 1m19s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Gitea Action Maven build / build (push) Successful in 1m19s
				
			This commit is contained in:
		
							
								
								
									
										19
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -51,4 +51,23 @@ | ||||
|             <version>4.0.0</version> | ||||
|         </dependency> | ||||
|     </dependencies> | ||||
|  | ||||
|     <repositories> | ||||
|         <repository> | ||||
|             <id>gitea</id> | ||||
|             <url>https://git.kuksa.dev/api/packages/{owner}/maven</url> | ||||
|         </repository> | ||||
|     </repositories> | ||||
|  | ||||
|     <distributionManagement> | ||||
|         <repository> | ||||
|             <id>gitea</id> | ||||
|             <url>https://git.kuksa.dev/api/packages/{owner}/maven</url> | ||||
|         </repository> | ||||
|         <snapshotRepository> | ||||
|             <id>gitea</id> | ||||
|             <url>https://git.kuksa.dev/api/packages/{owner}/maven</url> | ||||
|         </snapshotRepository> | ||||
|     </distributionManagement> | ||||
|  | ||||
| </project> | ||||
		Reference in New Issue
	
	Block a user
	 Eduard Kuksa
					Eduard Kuksa