Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Building from source

Anuruddha edited this page Mar 23, 2015 · 2 revisions

#Pre-requisite

  • Git 1.9 or above
  • Maven 3X

#Configuring Maven

Add following environment parameter to avoid OutOfMemory issues in maven.

export MAVEN_OPTS="-Xms1024m -Xmx4096m -XX:MaxPermSize=1024m"

NOTE : you could adjust the values according to your machine memory resources.

#Checkout the source

git clone https://github.com/wso2/product-af.git

#Building the project cd product-af

mvn clean install

AppFactory distribution can be found under product-afmodules/distribution/product/target folder, after a successful build.

Clone this wiki locally