capnproto-java-rpc/PUBLISHING.md

7 lines
171 B
Markdown
Raw Normal View History

2020-05-13 02:56:00 +00:00
To publish to the Central Repository, first make sure that `~/.m2/settings.xml`
has your SonaType credentials, then do:
```
$ mvn -pl runtime clean deploy -P release
```