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
@@ -47,7 +42,7 @@ There are two active branches on the Paho Java git repository, ```master``` whic
47
42
48
43
To then build the library run the following maven command: ```mvn package -DskipTests```
49
44
50
-
This will build the client library without running the tests. The jars for the library, source and javadoc can be found in the ```org.eclipse.paho.mqttv5.client/target```and ```org.eclipse.paho.mqttv5.common/target``` directories.
45
+
This will build the client library without running the tests. The jars for the library, source and javadoc can be found in the ```org.eclipse.paho.mqttv5.client/target```directory.
51
46
52
47
## Documentation
53
48
Reference documentation is online at: [http://www.eclipse.org/paho/files/javadoc/index.html](http://www.eclipse.org/paho/files/javadoc/index.html)
0 commit comments