We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4242f6b + 9dcc191 commit 69544feCopy full SHA for 69544fe
README.md
@@ -32,12 +32,11 @@ git clone https://github.com/apache/rocketmq-mqtt
32
2. Build the package
33
```shell
34
cd rocketmq-mqtt
35
-mvn clean package -DskipTests=true assembly:assembly
+mvn -Prelease-all -DskipTests clean install -U
36
```
37
3. Config
38
39
-cp -r target/rocketmq-mqtt/rocketmq-mqtt ~
40
-cd ~/rocketmq-mqtt
+cd distribution/target/
41
cd conf
42
43
Some important configuration items in the **service.conf** configuration file
0 commit comments