Skip to content

Commit 7e37799

Browse files
committed
Aggregate packaging specific files to a new sub-module: distribution
1 parent 203cb30 commit 7e37799

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+202
-74
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ devenv
88
*.iml
99
.idea/
1010
*.versionsBackup
11-
*bin
1211
!NOTICE-BIN
1312
!LICENSE-BIN
14-
.DS_Store
13+
.DS_Store

BUILDING

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
Build instructions for RocketMQ
1+
Build Instructions for Apache RocketMQ
22

33
====================================================
44

5-
(1) Requisites
5+
(1) Prerequisites
66

7-
JDK 1.7+ is required in order to compile and run RocketMQ.
7+
JDK 1.7+ is required in order to compile and run RocketMQ.
88

9-
RocketMQ utilizes Maven as a distribution management and packaging tool. Version 3.0.3 or later is required.
10-
Maven installation and configuration instructions can be found here:
9+
RocketMQ utilizes Maven as a distribution management and packaging tool. Version 3.0.3 or later is required.
10+
Maven installation and configuration instructions can be found here:
1111

12-
http://maven.apache.org/run-maven/index.html
12+
http://maven.apache.org/run-maven/index.html
1313

1414

15-
(2) Executing test cases
15+
(2) Run test cases
1616

17-
Execute the following command in order to compile and test the components:
17+
Execute the following command in order to compile and run test cases of each components:
1818

19-
$ mvn test
19+
$ mvn test
2020

2121

22-
(3) Importing projects to eclipse
22+
(3) Import projects to Eclipse IDE
2323

24-
First, generate eclipse project files:
24+
First, generate eclipse project files:
2525

26-
$ mvn -U eclipse:eclipse
26+
$ mvn -U eclipse:eclipse
2727

28-
Then, import to eclipse by specifying the root directory of the project via:
28+
Then, import to eclipse by specifying the root directory of the project via:
2929

30-
[File] > [Import] > [Existing Projects into Workspace].
30+
[File] > [Import] > [Existing Projects into Workspace].
3131

3232

33-
(4) Building packages
33+
(4) Build distribution packages
3434

35-
Execute the following command in order to build the tar.gz packages and install JAR to the local repository:
35+
Execute the following command in order to build the tar.gz packages and install JAR into local repository:
3636

37-
$ mvn clean install -Prelease-all assembly:assembly -U
37+
$ mvn -Prelease-all -DskipTests clean package install -U
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)