// Include header

"pushd /opt && \ sudo curl -O https://raw.githubusercontent.com/cloudacademy/maven/master/apache-maven-3.6.1-bin.tar.gz && \ sudo tar -xvf apache-maven-3.6.1-bin.tar.gz && \ export PATH=/opt/apache-maven-3.6.1/bin:$PATH && \ popd"

// Include footer