Is it possible to create mirror of maven repository?

Hello Team,

We understand that with new version of Gitea, there is package support for maven etc.
Could you please let us know if it is possible to even mirror another maven repo?

Any updates on this please?

There is not a way to do this in the web interface, but you can manually download the jar file from the other Maven repository and then upload it to Gitea following the steps in the documentation, specifically this part:

mvn deploy:deploy-file -Durl=https://gitea.example.com/api/packages/{owner}/maven -DrepositoryId=gitea -Dfile=/path/to/package.jar

As for organizing these packages, it may be best to create an organization just for these packages and then you can create blank repositories for each mirrored project, that way your main organization/user isn’t polluted.