Update to fix checkstyle errors

This commit is contained in:
Demian 2020-04-06 15:10:13 -03:00
parent 77c7b2181e
commit 897e735eb8
2 changed files with 10 additions and 1 deletions

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn clean install -Dlicense.skip=true' sh 'mvn -B -DskipTests clean package'
} }
} }
} }

View file

@ -290,6 +290,15 @@
<id>central maven repo</id> <id>central maven repo</id>
<name>central maven repo https</name> <name>central maven repo https</name>
<url>https://repo.maven.apache.org/maven2</url> <url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>central</id>
<name>Maven Plugin Repository</name>
<url>https://repo1.maven.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository> </repository>
<repository> <repository>
<id>spring-snapshots</id> <id>spring-snapshots</id>