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