For Ant and maven builds the following system properties will be added via -D command line:
When building projects, the build order is determined by the inter-dependency of the projects. This would mean that the dependencies of a project are built first.
In cases when a project group can build projects in parallel build queues but one of those projects depend on another project, the inter-dependent projects will build in the same build queue.
Projects can be built in two ways: