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
{{ message }}
This repository was archived by the owner on Oct 15, 2023. It is now read-only.
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.