Sfoglia il codice sorgente

do not deploy site for 1.x releases

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14@771 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-1.2.14.1
James Ahlborn 10 anni fa
parent
commit
76d8ad84b5
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7
    0
      pom.xml

+ 7
- 0
pom.xml Vedi File

@@ -208,6 +208,13 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!-- Don't deploy site for Jackcess 1.x releases -->
<goals>deploy nexus-staging:release</goals>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>

Loading…
Annulla
Salva