Update Jenkinsfile and pom.xml

This commit is contained in:
Demian 2020-04-06 16:29:01 -03:00
parent 897e735eb8
commit 59d7002184
2 changed files with 1 additions and 10 deletions

2
Jenkinsfile vendored
View file

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

View file

@ -290,15 +290,6 @@
<id>central maven repo</id>
<name>central maven repo https</name>
<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>
<id>spring-snapshots</id>