Explorar el Código

Skip local staging in Nexus staging plugin

Change-Id: If0b02ed2830032bbed9fec8473bd429c74d76383
tags/7.7.0.alpha1
Teemu Suo-Anttila hace 8 años
padre
commit
4f38b075ba
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      pom.xml

+ 3
- 0
pom.xml Ver fichero

@@ -274,6 +274,9 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<skipLocalStaging>true</skipLocalStaging>
</configuration>
</plugin>
</plugins>
</build>

Cargando…
Cancelar
Guardar