image: maven:3-jdk-8 build: script: "mvn clean package deploy" artifacts: name: "Commons" paths: - "target/*.jar"