OpenESB Standalone project clone and build

Prerequisites

Prerequisites to build the project OpenESB standalone:

  • Java JDK 1.8
  • Git >= 2.12
  • Maven 3.5.2 (It could happen that

Some operating systems don't support long file name,in that case try the option: Git config  --system core.longpaths true

Set the right paths and JAVA_HOME and MAVEN_HOME variables. If you face unexpected error clean you .m2 if you can do it.

Step 01

Use git to download the OpenESB source code from the OpenESB bitbucket directory https://bitbucket.org/openesb/openesb-standalone.

Type: git clone https://bitbucket.org/openesb/openesb-standalone.

Step 02

After a while the command is done. The openESB-Standalone source code is cloned on your machi General ne.

Go to the sub directory openesb-standalone created by the Git clone.  Then Build the project with Maven.

Type "mvn clean install".

 

Step 03

After a while when the build is successful a zip file named openesb-standalone-Version xxx has been created in the directory openesb-standalone/openesb-standalone-packaging/target/.

To run OpenESB unzip the Standalone and start OpenESB as usual.