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