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
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