forked from openengsb/openengsb
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
27 lines (17 loc) · 1.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
== Setup Workspace ==
Create an eclipse workspace in ./eclipse-workspace. Afterwards close the workspace again and run the following commands.
[pieber@coprime trunk]$ eclipse:configure-workspace
[pieber@coprime trunk]$ mvn clean install eclipse:clean eclipse:eclipse
Afterwards start eclipse again and import existing eclipse projects.
== Create Project ==
Execute etc/scripts/create-project.sh with groupId and artifactId as params to create the base proejct structure.
== Scripts ==
Scripts which help you to create projects, run the workspace and so on are stored in a seperated script folder (etc/scripts). Its not required to use them but they may help you with your afford.
== Full Run ==
Before a push, run the following command:
etc/scripts/pre-push.sh
== Build Docs ==
To build the documentation use the following command:
mvn clean install -Pdocs
== Further Information ==
This readme gives only the most important information for developer. General information about this proejct is located at http://openengsb.org. The detailed developer documentation is located at http://openengsb.org/reference/index.html.