You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main: (23 commits)
[skip ci] Updated translations via Crowdin
Fix v220 migration to be compatible for MSSQL 2008 r2 (go-gitea#20702)
Rework repo buttons (go-gitea#20602)
Switch to building with go1.19 (go-gitea#20695)
Update maven deploy docs (go-gitea#20691)
Add support for Pub packages (go-gitea#20560)
Fix typo overrided -> overridden (go-gitea#20687)
[skip ci] Updated licenses and gitignores
Update JS dependencies, adjust eslint (go-gitea#20659)
Background color of private list-items updated (go-gitea#20630)
Use request timeout for git service rpc (go-gitea#20689)
Increase default item listing size `ISSUE_PAGING_NUM` to 20 (go-gitea#20547)
[skip ci] Updated translations via Crowdin
Allow multiple metadata files for Maven packages (go-gitea#20674)
docs: update comparison.zh-cn.md (go-gitea#20656)
Add a notice for breaking check in upgrade document (go-gitea#20682)
move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import (go-gitea#20679)
Use correct field name. (go-gitea#20675)
[skip ci] Updated translations via Crowdin
Use correct context to get package content (go-gitea#20673)
...
# Conflicts:
# templates/repo/wiki/view.tmpl
Copy file name to clipboardExpand all lines: docs/content/doc/packages/maven.en-us.md
+10
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,16 @@ To publish a package simply run:
81
81
mvn deploy
82
82
```
83
83
84
+
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):
0 commit comments