# Navigate to $ONTOPOP_BASE
# Clean the project working directory
# Compile, build and package OntoPop
# By default this will build all services and applications
# If you wish to build OntoPop's core services only,
# then disable the "apps" Maven profile as follows.
# If you wish to build OntoPop's core services but only the
# apps intended for deployment to a self-managed environment
# or to Spring Cloud, then enable the "apps-spring" Maven
$ mvn package -P apps-spring
# If you wish to build OntoPop's core services but only the
# apps intended for deployment to AWS, then enable the
# "apps-aws" Maven profile as follows.
$ mvn package -P apps-aws
# If you wish to build OntoPop's core services but only the
# apps intended for deployment to Azure, then enable the
# "apps-azure" Maven profile as follows.
$ mvn package -P apps-azure