We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b81d46 commit 80aa5aaCopy full SHA for 80aa5aa
README.md
@@ -95,6 +95,16 @@ you can see how the client API is used:
95
* `OcppJsonClient` is an instance of the [`OutgoingOcppEndpoint`](ocpp-j-api/src/main/scala/com/thenewmotion/ocpp/json/api/OutgoingOcppEndpoint.scala)
96
trait. This trait defines this interface.
97
98
+### How to publish locally
99
+
100
+In order to publish the library locally, you can run the following command:
101
102
+```
103
+sbt publishLocal
104
105
106
+**_NOTE:_** Make sure to change the version in the `version.sbt` file before publishing.
107
108
#### Handling requests
109
110
To specify the request handler, we use a [_magnet pattern_](http://spray.io/blog/2012-12-13-the-magnet-pattern/).
0 commit comments