1*0c56280aSSorin Basca# Licensed to the Apache Software Foundation (ASF) under one or more 2*0c56280aSSorin Basca# contributor license agreements. See the NOTICE file distributed with 3*0c56280aSSorin Basca# this work for additional information regarding copyright ownership. 4*0c56280aSSorin Basca# The ASF licenses this file to You under the Apache License, Version 2.0 5*0c56280aSSorin Basca# (the "License"); you may not use this file except in compliance with 6*0c56280aSSorin Basca# the License. You may obtain a copy of the License at 7*0c56280aSSorin Basca# 8*0c56280aSSorin Basca# http://www.apache.org/licenses/LICENSE-2.0 9*0c56280aSSorin Basca# 10*0c56280aSSorin Basca# Unless required by applicable law or agreed to in writing, software 11*0c56280aSSorin Basca# distributed under the License is distributed on an "AS IS" BASIS, 12*0c56280aSSorin Basca# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*0c56280aSSorin Basca# See the License for the specific language governing permissions and 14*0c56280aSSorin Basca# limitations under the License. 15*0c56280aSSorin Basca 16*0c56280aSSorin Bascalanguage: java 17*0c56280aSSorin Bascasudo: false 18*0c56280aSSorin Basca 19*0c56280aSSorin Bascajdk: 20*0c56280aSSorin Basca - oraclejdk8 21*0c56280aSSorin Basca 22*0c56280aSSorin Bascaafter_success: 23*0c56280aSSorin Basca - mvn -Ddoclint:none clean cobertura:cobertura coveralls:report 24