This commit is contained in:
parent
ee0afc3878
commit
f031c910bd
@ -12,7 +12,7 @@ steps:
|
||||
environment:
|
||||
MAVEN_OPTS: -Xmx2048m -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||
commands:
|
||||
- mvn clean verify --settings nexus-settings.xml
|
||||
- mvn verify -Poffline --settings nexus-settings.xml
|
||||
#- mvn jacoco:report # Generar reporte de cobertura
|
||||
volumes:
|
||||
- name: maven-cache
|
||||
@ -83,7 +83,8 @@ steps:
|
||||
# - echo "Fin despliegue..."
|
||||
volumes:
|
||||
- name: maven-cache
|
||||
temp: {}
|
||||
host:
|
||||
path: /tmp/drone-maven-cache
|
||||
- name: docker-sock
|
||||
host:
|
||||
path: /var/run/docker.sock # Montar socket de Docker
|
||||
|
@ -10,6 +10,14 @@
|
||||
</server>
|
||||
</servers>
|
||||
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<id>nexus</id>
|
||||
<mirrorOf>*</mirrorOf>
|
||||
<url>https://nexus.myapps.bo/repository/maven-public/</url>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
|
||||
|
||||
<pluginGroups>
|
||||
<pluginGroup>org.sonarsource.scanner.maven</pluginGroup>
|
||||
@ -26,6 +34,13 @@
|
||||
<sonar.login>squ_465ae384ffda803d8e58d9ef0111bef1277c874a</sonar.login>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>offline</id>
|
||||
<properties>
|
||||
<maven.offline>true</maven.offline>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<activeProfiles>
|
||||
|
Loading…
x
Reference in New Issue
Block a user